Html Css Color HEX #EAF279 Dolly

📋 copy color: '#EAF279'

red 234 ◦ green 242 ◦ blue 121

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

Shades of Dolly #EAF279

Tints of Dolly #EAF279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

 BLUE value IS 121 (47.66% from 255) = 20.27%

R = 39.2%
G = 40.54%
B = 20.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#EAF279 (or 0xEAF279) is known color: Dolly. HEX triplet: EA, F2 and 79. RGB value is (234,242,121). Sum of RGB (Red+Green+Blue) = 234+242+121=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 121 (47.66% from 255 or 20.27% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF279 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF279 is #150D86. Grayscale: #E2E2E2. Windows color (decimal): -1379719 or 7992042. OLE color: 7992042.

HSL color Cylindrical-coordinate representation of color #EAF279: hue angle of 63.97º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAF279 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 121 -
CMYK 0.03 0 0.50 0.05
HSL 63.97º 0.82% 0.71% -
HSV(B) 63.97º 0.5% 0.95% -
XYZ 69.14 82.38 30.35 -
YUV 225.81 68.85 133.84 -
System Red Green Blue C M Y K H S L
Decimal 234 242 121 0.03 0 0.50 0.05 63.97 0.82 0.71
Hex EA F2 79 3 0 32 5 40 52 47
Octal 352 362 171 3 0 62 5 100 122 107
Binary 11101010 11110010 1111001 11 0 110010 101 1000000 1010010 1000111

Color Harmonies of #EAF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF279

Black with #EAF279

Text Example


Text Example

White with #EAF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF279; }

 p { color: rgb(234,242,121); }

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

background-color css

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

 a { background-color: rgb(234,242,121); }

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

border-color css

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

 span { border-color: rgb(234,242,121); }

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