#EAF67A

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

Shades of Dolly #EAF67A

Tints of Dolly #EAF67A

Color information

#EAF67A (or 0xEAF67A) is unknown color: approx Dolly. HEX triplet: EA, F6 and 7A. RGB value is (234,246,122). Sum of RGB (Red+Green+Blue) = 234+246+122=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF67A is #150985. Grayscale: #E4E4E4. Windows color (decimal): -1378694 or 8058602. OLE color: 8058602.

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

Color convert

RGB234246122-
CMYK0.0500.500.04
HSL65.81º87.32%72.16%-
HSV(B)65.81º50.41%96.47%-
XYZ70.484.8131.07-
YUV228.2868.02132.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 246 (96.48% from 255) = 40.86%
BLUE value IS 122 (48.05% from 255) = 20.27%
R=38.87%
G=40.86%
B=20.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461220.0500.500.0465.8187.3272.16
HexEAF67A50324425748
Octal35236617250624102127110
Binary111010101111011011110101010110010100100001010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF67A; }

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

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

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

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

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

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

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

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