Html Css Color HEX #EAF891 Tidal

📋 copy color: '#EAF891'

red 234 ◦ green 248 ◦ blue 145

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

Shades of Tidal #EAF891

Tints of Tidal #EAF891

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.55%

 BLUE value IS 145 (57.03% from 255) = 23.13%

R = 37.32%
G = 39.55%
B = 23.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#EAF891 (or 0xEAF891) is known color: Tidal. HEX triplet: EA, F8 and 91. RGB value is (234,248,145). Sum of RGB (Red+Green+Blue) = 234+248+145=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 145 (57.03% from 255 or 23.13% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF891 is #15076E. Grayscale: #E8E8E8. Windows color (decimal): -1378159 or 9566442. OLE color: 9566442.

HSL color Cylindrical-coordinate representation of color #EAF891: hue angle of 68.16º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAF891 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 145 -
CMYK 0.06 0 0.42 0.03
HSL 68.16º 0.88% 0.77% -
HSV(B) 68.16º 0.42% 0.97% -
XYZ 72.61 86.67 39.69 -
YUV 232.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 234 248 145 0.06 0 0.42 0.03 68.16 0.88 0.77
Hex EA F8 91 6 0 2A 3 44 58 4D
Octal 352 370 221 6 0 52 3 104 130 115
Binary 11101010 11111000 10010001 110 0 101010 11 1000100 1011000 1001101

Color Harmonies of #EAF891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF891

Black with #EAF891

Text Example


Text Example

White with #EAF891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF891; }

 p { color: rgb(234,248,145); }

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

background-color css

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

 a { background-color: rgb(234,248,145); }

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

border-color css

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

 span { border-color: rgb(234,248,145); }

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