#EFEF6C

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

Shades of Dolly #EFEF6C

Tints of Dolly #EFEF6C

Color information

#EFEF6C (or 0xEFEF6C) is unknown color: approx Dolly. HEX triplet: EF, EF and 6C. RGB value is (239,239,108). Sum of RGB (Red+Green+Blue) = 239+239+108=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF6C is #101093. Grayscale: #E0E0E0. Windows color (decimal): -1052820 or 7139311. OLE color: 7139311.

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

Color convert

RGB239239108-
CMYK000.550.06
HSL60º80.37%68.04%-
HSV(B)60º54.81%93.73%-
XYZ69.1781.1726.21-
YUV224.0762.5138.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 108 (42.58% from 255) = 18.43%
R=40.78%
G=40.78%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239108000.550.066080.3768.04
HexEFEF6C003763c5044
Octal3573571540067674120104
Binary111011111110111111011000011011111011110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEF6C; }

 p { color: rgb(239,239,108); }

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

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

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

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

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

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

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