Html Css Color HEX #EAF890 Tidal

📋 copy color: '#EAF890'

red 234 ◦ green 248 ◦ blue 144

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

Shades of Tidal #EAF890

Tints of Tidal #EAF890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23%

R = 37.38%
G = 39.62%
B = 23%

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

#EAF890 (or 0xEAF890) is known color: Tidal. HEX triplet: EA, F8 and 90. RGB value is (234,248,144). Sum of RGB (Red+Green+Blue) = 234+248+144=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 144 (56.64% from 255 or 23.00% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF890 is #15076F. Grayscale: #E8E8E8. Windows color (decimal): -1378160 or 9500906. OLE color: 9500906.

HSL color Cylindrical-coordinate representation of color #EAF890: hue angle of 68.08º 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 #EAF890 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 144 -
CMYK 0.06 0 0.42 0.03
HSL 68.08º 0.88% 0.77% -
HSV(B) 68.08º 0.42% 0.97% -
XYZ 72.53 86.64 39.29 -
YUV 231.96 78.36 129.46 -
System Red Green Blue C M Y K H S L
Decimal 234 248 144 0.06 0 0.42 0.03 68.08 0.88 0.77
Hex EA F8 90 6 0 2A 3 44 58 4D
Octal 352 370 220 6 0 52 3 104 130 115
Binary 11101010 11111000 10010000 110 0 101010 11 1000100 1011000 1001101

Color Harmonies of #EAF890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF890

Black with #EAF890

Text Example


Text Example

White with #EAF890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF890; }

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

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

background-color css

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

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

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

border-color css

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

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

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