Html Css Color HEX #EAF077 Dolly

📋 copy color: '#EAF077'

red 234 ◦ green 240 ◦ blue 119

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

Shades of Dolly #EAF077

Tints of Dolly #EAF077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.47%

 BLUE value IS 119 (46.88% from 255) = 20.07%

R = 39.46%
G = 40.47%
B = 20.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EAF077 (or 0xEAF077) is known color: Dolly. HEX triplet: EA, F0 and 77. RGB value is (234,240,119). Sum of RGB (Red+Green+Blue) = 234+240+119=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF077 is #150F88. Grayscale: #E0E0E0. Windows color (decimal): -1380233 or 7860458. OLE color: 7860458.

HSL color Cylindrical-coordinate representation of color #EAF077: hue angle of 62.98º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAF077 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 119 -
CMYK 0.02 0 0.50 0.06
HSL 62.98º 0.8% 0.7% -
HSV(B) 62.98º 0.5% 0.94% -
XYZ 68.42 81.14 29.51 -
YUV 224.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 234 240 119 0.02 0 0.50 0.06 62.98 0.8 0.7
Hex EA F0 77 2 0 32 6 3F 50 46
Octal 352 360 167 2 0 62 6 77 120 106
Binary 11101010 11110000 1110111 10 0 110010 110 111111 1010000 1000110

Color Harmonies of #EAF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF077

Black with #EAF077

Text Example


Text Example

White with #EAF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF077; }

 p { color: rgb(234,240,119); }

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

background-color css

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

 a { background-color: rgb(234,240,119); }

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

border-color css

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

 span { border-color: rgb(234,240,119); }

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