#EAF67D

Color #EAF67D Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #EAF67D

Tints of Dolly #EAF67D

Color information

#EAF67D (or 0xEAF67D) is unknown color: approx Dolly. HEX triplet: EA, F6 and 7D. RGB value is (234,246,125). Sum of RGB (Red+Green+Blue) = 234+246+125=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF67D is #150982. Grayscale: #E5E5E5. Windows color (decimal): -1378691 or 8255210. OLE color: 8255210.

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

Color convert

RGB234246125-
CMYK0.0500.490.04
HSL65.95º87.05%72.75%-
HSV(B)65.95º49.19%96.47%-
XYZ70.5984.8832.07-
YUV228.6269.52131.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 246 (96.48% from 255) = 40.66%
BLUE value IS 125 (49.22% from 255) = 20.66%
R=38.68%
G=40.66%
B=20.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461250.0500.490.0465.9587.0572.75
HexEAF67D50314425749
Octal35236617550614102127111
Binary111010101111011011111011010110001100100001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF67D; }

 p { color: rgb(234,246,125); }

 H1.HeaderClassName
 {
   color: #EAF67D;
 }
 .AnyTagClassName
 {
   color: #EAF67D;
 }
</style>
background-color css

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

 a { background-color: rgb(234,246,125); }

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

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

 span { border-color: rgb(234,246,125); }

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