#EFED78

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

Shades of Dolly #EFED78

Tints of Dolly #EFED78

Color information

#EFED78 (or 0xEFED78) is unknown color: approx Dolly. HEX triplet: EF, ED and 78. RGB value is (239,237,120). Sum of RGB (Red+Green+Blue) = 239+237+120=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 120 (47.27% from 255 or 20.13% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED78 is #101287. Grayscale: #E0E0E0. Windows color (decimal): -1053320 or 7925231. OLE color: 7925231.

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

Color convert

RGB239237120-
CMYK00.010.500.06
HSL58.99º78.81%70.39%-
HSV(B)58.99º49.79%93.73%-
XYZ69.2780.2829.61-
YUV224.2669.16138.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 237 (92.97% from 255) = 39.77%
BLUE value IS 120 (47.27% from 255) = 20.13%
R=40.10%
G=39.77%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923712000.010.500.0658.9978.8170.39
HexEFED78013263b4f46
Octal3573551700162673117106
Binary111011111110110111110000111001011011101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED78; }

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

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

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

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

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

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

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

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