#F5EA6E

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

Shades of Dolly #F5EA6E

Tints of Dolly #F5EA6E

Color information

#F5EA6E (or 0xF5EA6E) is unknown color: approx Dolly. HEX triplet: F5, EA and 6E. RGB value is (245,234,110). Sum of RGB (Red+Green+Blue) = 245+234+110=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EA6E is #0A1591. Grayscale: #DFDFDF. Windows color (decimal): -660882 or 7269109. OLE color: 7269109.

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

Color convert

RGB245234110-
CMYK00.040.550.04
HSL55.11º87.1%69.61%-
HSV(B)55.11º55.1%96.08%-
XYZ69.8979.3826.39-
YUV223.1564.14143.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 110 (43.36% from 255) = 18.68%
R=41.60%
G=39.73%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523411000.040.550.0455.1187.169.61
HexF5EA6E04374375746
Octal3653521560467467127106
Binary11110101111010101101110010011011110011011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EA6E; }

 p { color: rgb(245,234,110); }

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

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

 a { background-color: rgb(245,234,110); }

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

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

 span { border-color: rgb(245,234,110); }

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