#F0ED78

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

Shades of Dolly #F0ED78

Tints of Dolly #F0ED78

Color information

#F0ED78 (or 0xF0ED78) is unknown color: approx Dolly. HEX triplet: F0, ED and 78. RGB value is (240,237,120). Sum of RGB (Red+Green+Blue) = 240+237+120=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0ED78 is #0F1287. Grayscale: #E1E1E1. Windows color (decimal): -987784 or 7925232. OLE color: 7925232.

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

Color convert

RGB240237120-
CMYK00.010.50.06
HSL58.5º80%70.59%-
HSV(B)58.5º50%94.12%-
XYZ69.6180.4529.63-
YUV224.5668.99139.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.20%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 120 (47.27% from 255) = 20.10%
R=40.20%
G=39.70%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023712000.010.50.0658.58070.59
HexF0ED78013263a5047
Octal3603551700162672120107
Binary111100001110110111110000111001011011101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ED78; }

 p { color: rgb(240,237,120); }

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

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

 a { background-color: rgb(240,237,120); }

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

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

 span { border-color: rgb(240,237,120); }

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