#EFE46D

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

Shades of Dolly #EFE46D

Tints of Dolly #EFE46D

Color information

#EFE46D (or 0xEFE46D) is unknown color: approx Dolly. HEX triplet: EF, E4 and 6D. RGB value is (239,228,109). Sum of RGB (Red+Green+Blue) = 239+228+109=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE46D is #101B92. Grayscale: #DADADA. Windows color (decimal): -1055635 or 7202031. OLE color: 7202031.

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

Color convert

RGB239228109-
CMYK00.050.540.06
HSL54.92º80.25%68.24%-
HSV(B)54.92º54.39%93.73%-
XYZ66.174.9425.45-
YUV217.7266.64143.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 228 (89.45% from 255) = 39.58%
BLUE value IS 109 (42.97% from 255) = 18.92%
R=41.49%
G=39.58%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922810900.050.540.0654.9280.2568.24
HexEFE46D05366375044
Octal3573441550566667120104
Binary11101111111001001101101010111011011011011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE46D; }

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

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

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

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

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

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

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

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