#F5EE76

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

Shades of Dolly #F5EE76

Tints of Dolly #F5EE76

Color information

#F5EE76 (or 0xF5EE76) is unknown color: approx Dolly. HEX triplet: F5, EE and 76. RGB value is (245,238,118). Sum of RGB (Red+Green+Blue) = 245+238+118=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 118 (46.48% from 255 or 19.63% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE76 is #0A1189. Grayscale: #E2E2E2. Windows color (decimal): -659850 or 7794421. OLE color: 7794421.

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

Color convert

RGB245238118-
CMYK00.030.520.04
HSL56.69º86.39%71.18%-
HSV(B)56.69º51.84%96.08%-
XYZ71.581.8729.17-
YUV226.4166.82141.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 118 (46.48% from 255) = 19.63%
R=40.77%
G=39.60%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523811800.030.520.0456.6986.3971.18
HexF5EE7603344395647
Octal3653561660364471126107
Binary1111010111101110111011001111010010011100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EE76; }

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

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

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

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

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

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

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

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