#F5EC6E

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

Shades of Dolly #F5EC6E

Tints of Dolly #F5EC6E

Color information

#F5EC6E (or 0xF5EC6E) is unknown color: approx Dolly. HEX triplet: F5, EC and 6E. RGB value is (245,236,110). Sum of RGB (Red+Green+Blue) = 245+236+110=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC6E is #0A1391. Grayscale: #E0E0E0. Windows color (decimal): -660370 or 7269621. OLE color: 7269621.

HSL color Cylindrical-coordinate representation of color #F5EC6E: hue angle of 56º 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 #F5EC6E is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245236110-
CMYK00.040.550.04
HSL56º87.1%69.61%-
HSV(B)56º55.1%96.08%-
XYZ70.4780.5326.58-
YUV224.3363.48142.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 110 (43.36% from 255) = 18.61%
R=41.46%
G=39.93%
B=18.61%

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
Decimal24523611000.040.550.045687.169.61
HexF5EC6E04374385746
Octal3653541560467470127106
Binary11110101111011001101110010011011110011100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EC6E; }

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

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

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

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

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

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

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

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