#F5EE72

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

Shades of Dolly #F5EE72

Tints of Dolly #F5EE72

Color information

#F5EE72 (or 0xF5EE72) is unknown color: approx Dolly. HEX triplet: F5, EE and 72. RGB value is (245,238,114). Sum of RGB (Red+Green+Blue) = 245+238+114=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 114 (44.92% from 255 or 19.10% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE72 is #0A118D. Grayscale: #E2E2E2. Windows color (decimal): -659854 or 7532277. OLE color: 7532277.

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

Color convert

RGB245238114-
CMYK00.030.530.04
HSL56.79º86.75%70.39%-
HSV(B)56.79º53.47%96.08%-
XYZ71.2781.7827.95-
YUV225.9664.82141.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 114 (44.92% from 255) = 19.10%
R=41.04%
G=39.87%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523811400.030.530.0456.7986.7570.39
HexF5EE7203354395746
Octal3653561620365471127106
Binary1111010111101110111001001111010110011100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EE72; }

 p { color: rgb(245,238,114); }

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

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

 a { background-color: rgb(245,238,114); }

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

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

 span { border-color: rgb(245,238,114); }

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