Html Css Color HEX #EAF995 Tidal

📋 copy color: '#EAF995'

red 234 ◦ green 249 ◦ blue 149

#EAF995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #EAF995

Tints of Tidal #EAF995

RGB

 RED value IS 234 (91.8% from 255) = 37.03%

 GREEN value IS 249 (97.66% from 255) = 39.4%

 BLUE value IS 149 (58.59% from 255) = 23.58%

R = 37.03%
G = 39.4%
B = 23.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAF995 (or 0xEAF995) is known color: Tidal. HEX triplet: EA, F9 and 95. RGB value is (234,249,149). Sum of RGB (Red+Green+Blue) = 234+249+149=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF995 is #15066A. Grayscale: #E9E9E9. Windows color (decimal): -1377899 or 9828842. OLE color: 9828842.

HSL color Cylindrical-coordinate representation of color #EAF995: hue angle of 69º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAF995 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 149 -
CMYK 0.06 0 0.40 0.02
HSL 69º 0.89% 0.78% -
HSV(B) 69º 0.4% 0.98% -
XYZ 73.23 87.41 41.45 -
YUV 233.12 80.53 128.63 -
System Red Green Blue C M Y K H S L
Decimal 234 249 149 0.06 0 0.40 0.02 69 0.89 0.78
Hex EA F9 95 6 0 28 2 45 59 4E
Octal 352 371 225 6 0 50 2 105 131 116
Binary 11101010 11111001 10010101 110 0 101000 10 1000101 1011001 1001110

Color Harmonies of #EAF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF995

Black with #EAF995

Text Example


Text Example

White with #EAF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF995; }

 p { color: rgb(234,249,149); }

 H1.HeaderClassName
 {
   color: #EAF995;
 }
 .AnyTagClassName
 {
   color: #EAF995;
 }
</style>

background-color css

<style>
 a { background-color: #EAF995; }

 a { background-color: rgb(234,249,149); }

 div.DivClassName
 {
   background-color: #EAF995;
 }
 .BgClassName
 {
   background-color: #EAF995;
 }
</style>

border-color css

<style>
 span { border-color: #EAF995; }

 span { border-color: rgb(234,249,149); }

 td.TdClassName
 {
   border-color: #EAF995;
 }
 .TagClassName
 {
   border-color: #EAF995;
 }
</style>