#F0E56C

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

Shades of Dolly #F0E56C

Tints of Dolly #F0E56C

Color information

#F0E56C (or 0xF0E56C) is unknown color: approx Dolly. HEX triplet: F0, E5 and 6C. RGB value is (240,229,108). Sum of RGB (Red+Green+Blue) = 240+229+108=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E56C is #0F1A93. Grayscale: #DADADA. Windows color (decimal): -989844 or 7136752. OLE color: 7136752.

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

Color convert

RGB240229108-
CMYK00.050.550.06
HSL55º81.48%68.24%-
HSV(B)55º55%94.12%-
XYZ66.6675.6525.28-
YUV218.565.64143.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 229 (89.84% from 255) = 39.69%
BLUE value IS 108 (42.58% from 255) = 18.72%
R=41.59%
G=39.69%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022910800.050.550.065581.4868.24
HexF0E56C05376375144
Octal3603451540567667121104
Binary11110000111001011101100010111011111011011110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E56C; }

 p { color: rgb(240,229,108); }

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

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

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

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

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

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

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