#EFE96D

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

Shades of Dolly #EFE96D

Tints of Dolly #EFE96D

Color information

#EFE96D (or 0xEFE96D) is unknown color: approx Dolly. HEX triplet: EF, E9 and 6D. RGB value is (239,233,109). Sum of RGB (Red+Green+Blue) = 239+233+109=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE96D is #101692. Grayscale: #DDDDDD. Windows color (decimal): -1054355 or 7203311. OLE color: 7203311.

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

Color convert

RGB239233109-
CMYK00.030.540.06
HSL57.23º80.25%68.24%-
HSV(B)57.23º54.39%93.73%-
XYZ67.577.7325.91-
YUV220.6664.99141.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 233 (91.41% from 255) = 40.10%
BLUE value IS 109 (42.97% from 255) = 18.76%
R=41.14%
G=40.10%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923310900.030.540.0657.2380.2568.24
HexEFE96D03366395044
Octal3573511550366671120104
Binary1110111111101001110110101111011011011100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE96D; }

 p { color: rgb(239,233,109); }

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

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

 a { background-color: rgb(239,233,109); }

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

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

 span { border-color: rgb(239,233,109); }

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