#EFEE72

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

Shades of Dolly #EFEE72

Tints of Dolly #EFEE72

Color information

#EFEE72 (or 0xEFEE72) is unknown color: approx Dolly. HEX triplet: EF, EE and 72. RGB value is (239,238,114). Sum of RGB (Red+Green+Blue) = 239+238+114=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 114 (44.92% from 255 or 19.29% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE72 is #10118D. Grayscale: #E0E0E0. Windows color (decimal): -1053070 or 7532271. OLE color: 7532271.

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

Color convert

RGB239238114-
CMYK00.000.520.06
HSL59.52º79.62%69.22%-
HSV(B)59.52º52.3%93.73%-
XYZ69.2180.7127.85-
YUV224.1665.83138.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 114 (44.92% from 255) = 19.29%
R=40.44%
G=40.27%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923811400.000.520.0659.5279.6269.22
HexEFEE72003463c5045
Octal3573561620064674120105
Binary111011111110111011100100011010011011110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE72; }

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

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

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

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

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

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

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

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