#EFED72

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

Shades of Dolly #EFED72

Tints of Dolly #EFED72

Color information

#EFED72 (or 0xEFED72) is unknown color: approx Dolly. HEX triplet: EF, ED and 72. RGB value is (239,237,114). Sum of RGB (Red+Green+Blue) = 239+237+114=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED72 is #10128D. Grayscale: #E0E0E0. Windows color (decimal): -1053326 or 7532015. OLE color: 7532015.

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

Color convert

RGB239237114-
CMYK00.010.520.06
HSL59.04º79.62%69.22%-
HSV(B)59.04º52.3%93.73%-
XYZ68.9280.1327.75-
YUV223.5866.16139-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 114 (44.92% from 255) = 19.32%
R=40.51%
G=40.17%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923711400.010.520.0659.0479.6269.22
HexEFED72013463b5045
Octal3573551620164673120105
Binary111011111110110111100100111010011011101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED72; }

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

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

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

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

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

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

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

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