#EFED70

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

Shades of Dolly #EFED70

Tints of Dolly #EFED70

Color information

#EFED70 (or 0xEFED70) is unknown color: approx Dolly. HEX triplet: EF, ED and 70. RGB value is (239,237,112). Sum of RGB (Red+Green+Blue) = 239+237+112=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED70 is #10128F. Grayscale: #DFDFDF. Windows color (decimal): -1053328 or 7400943. OLE color: 7400943.

HSL color Cylindrical-coordinate representation of color #EFED70: hue angle of 59.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFED70 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB239237112-
CMYK00.010.530.06
HSL59.06º79.87%68.82%-
HSV(B)59.06º53.14%93.73%-
XYZ68.8180.0927.16-
YUV223.3565.16139.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 112 (44.14% from 255) = 19.05%
R=40.65%
G=40.31%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923711200.010.530.0659.0679.8768.82
HexEFED70013563b5045
Octal3573551600165673120105
Binary111011111110110111100000111010111011101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED70; }

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

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

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

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

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

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

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

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