Html Css Color HEX #EAF87A Dolly

📋 copy color: '#EAF87A'

red 234 ◦ green 248 ◦ blue 122

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

Shades of Dolly #EAF87A

Tints of Dolly #EAF87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.2%

R = 38.74%
G = 41.06%
B = 20.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#EAF87A (or 0xEAF87A) is known color: Dolly. HEX triplet: EA, F8 and 7A. RGB value is (234,248,122). Sum of RGB (Red+Green+Blue) = 234+248+122=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF87A is #150785. Grayscale: #E5E5E5. Windows color (decimal): -1378182 or 8059114. OLE color: 8059114.

HSL color Cylindrical-coordinate representation of color #EAF87A: hue angle of 66.67º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAF87A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 122 -
CMYK 0.06 0 0.51 0.03
HSL 66.67º 0.9% 0.73% -
HSV(B) 66.67º 0.51% 0.97% -
XYZ 71.01 86.03 31.28 -
YUV 229.45 67.36 131.25 -
System Red Green Blue C M Y K H S L
Decimal 234 248 122 0.06 0 0.51 0.03 66.67 0.9 0.73
Hex EA F8 7A 6 0 33 3 43 5A 49
Octal 352 370 172 6 0 63 3 103 132 111
Binary 11101010 11111000 1111010 110 0 110011 11 1000011 1011010 1001001

Color Harmonies of #EAF87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF87A

Black with #EAF87A

Text Example


Text Example

White with #EAF87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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