Html Css Color HEX #EAF58C Tidal

📋 copy color: '#EAF58C'

red 234 ◦ green 245 ◦ blue 140

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

Shades of Tidal #EAF58C

Tints of Tidal #EAF58C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.58%

 BLUE value IS 140 (55.08% from 255) = 22.62%

R = 37.8%
G = 39.58%
B = 22.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#EAF58C (or 0xEAF58C) is known color: Tidal. HEX triplet: EA, F5 and 8C. RGB value is (234,245,140). Sum of RGB (Red+Green+Blue) = 234+245+140=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF58C is #150A73. Grayscale: #E6E6E6. Windows color (decimal): -1378932 or 9237994. OLE color: 9237994.

HSL color Cylindrical-coordinate representation of color #EAF58C: hue angle of 66.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAF58C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 140 -
CMYK 0.04 0 0.43 0.04
HSL 66.29º 0.84% 0.75% -
HSV(B) 66.29º 0.43% 0.96% -
XYZ 71.32 84.69 37.4 -
YUV 229.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 234 245 140 0.04 0 0.43 0.04 66.29 0.84 0.75
Hex EA F5 8C 4 0 2B 4 42 54 4B
Octal 352 365 214 4 0 53 4 102 124 113
Binary 11101010 11110101 10001100 100 0 101011 100 1000010 1010100 1001011

Color Harmonies of #EAF58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF58C

Black with #EAF58C

Text Example


Text Example

White with #EAF58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF58C; }

 p { color: rgb(234,245,140); }

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

background-color css

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

 a { background-color: rgb(234,245,140); }

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

border-color css

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

 span { border-color: rgb(234,245,140); }

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