#EFEE78

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

Shades of Dolly #EFEE78

Tints of Dolly #EFEE78

Color information

#EFEE78 (or 0xEFEE78) is unknown color: approx Dolly. HEX triplet: EF, EE and 78. RGB value is (239,238,120). Sum of RGB (Red+Green+Blue) = 239+238+120=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE78 is #101187. Grayscale: #E1E1E1. Windows color (decimal): -1053064 or 7925487. OLE color: 7925487.

HSL color Cylindrical-coordinate representation of color #EFEE78: hue angle of 59.5º degrees, saturation: 0.79, 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 #EFEE78 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239238120-
CMYK00.000.500.06
HSL59.5º78.81%70.39%-
HSV(B)59.5º49.79%93.73%-
XYZ69.5680.8629.71-
YUV224.8568.83138.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 120 (47.27% from 255) = 20.10%
R=40.03%
G=39.87%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923812000.000.500.0659.578.8170.39
HexEFEE78003263b4f46
Octal3573561700062673117106
Binary111011111110111011110000011001011011101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE78; }

 p { color: rgb(239,238,120); }

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

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

 a { background-color: rgb(239,238,120); }

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

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

 span { border-color: rgb(239,238,120); }

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