#F4ED78

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

Shades of Dolly #F4ED78

Tints of Dolly #F4ED78

Color information

#F4ED78 (or 0xF4ED78) is unknown color: approx Dolly. HEX triplet: F4, ED and 78. RGB value is (244,237,120). Sum of RGB (Red+Green+Blue) = 244+237+120=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 120 (47.27% from 255 or 19.97% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4ED78 is #0B1287. Grayscale: #E2E2E2. Windows color (decimal): -725640 or 7925236. OLE color: 7925236.

HSL color Cylindrical-coordinate representation of color #F4ED78: hue angle of 56.61º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F4ED78 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB244237120-
CMYK00.030.510.04
HSL56.61º84.93%71.37%-
HSV(B)56.61º50.82%95.69%-
XYZ70.9881.1629.69-
YUV225.7668.32141.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 120 (47.27% from 255) = 19.97%
R=40.60%
G=39.43%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423712000.030.510.0456.6184.9371.37
HexF4ED7803334395547
Octal3643551700363471125107
Binary1111010011101101111100001111001110011100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ED78; }

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

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

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

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

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

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

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

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