Html Css Color HEX #EAF57F Tidal

📋 copy color: '#EAF57F'

red 234 ◦ green 245 ◦ blue 127

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

Shades of Tidal #EAF57F

Tints of Tidal #EAF57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.96%

R = 38.61%
G = 40.43%
B = 20.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#EAF57F (or 0xEAF57F) is known color: Tidal. HEX triplet: EA, F5 and 7F. RGB value is (234,245,127). Sum of RGB (Red+Green+Blue) = 234+245+127=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 127 (50% from 255 or 20.96% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF57F is #150A80. Grayscale: #E4E4E4. Windows color (decimal): -1378945 or 8386026. OLE color: 8386026.

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

Color convert

RGB 234 245 127 -
CMYK 0.04 0 0.48 0.04
HSL 65.59º 0.86% 0.73% -
HSV(B) 65.59º 0.48% 0.96% -
XYZ 70.41 84.33 32.64 -
YUV 228.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 234 245 127 0.04 0 0.48 0.04 65.59 0.86 0.73
Hex EA F5 7F 4 0 30 4 42 56 49
Octal 352 365 177 4 0 60 4 102 126 111
Binary 11101010 11110101 1111111 100 0 110000 100 1000010 1010110 1001001

Color Harmonies of #EAF57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF57F

Black with #EAF57F

Text Example


Text Example

White with #EAF57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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