#f5ec69

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

Shades of Dolly #F5EC69

Tints of Dolly #F5EC69

Color information

#F5EC69 (or 0xF5EC69) is unknown color: approx Dolly. HEX triplet: F5, EC and 69. RGB value is (245,236,105). Sum of RGB (Red+Green+Blue) = 245+236+105=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 105 (41.41% from 255 or 17.92% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC69 is #0A1396. Grayscale: #E0E0E0. Windows color (decimal): -660375 or 6941941. OLE color: 6941941.

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

Color convert

RGB245236105-
CMYK00.040.570.04
HSL56.14º87.5%68.63%-
HSV(B)56.14º57.14%96.08%-
XYZ70.280.4225.19-
YUV223.7660.98143.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.81%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 105 (41.41% from 255) = 17.92%
R=41.81%
G=40.27%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523610500.040.570.0456.1487.568.63
HexF5EC6904394385845
Octal3653541510471470130105
Binary11110101111011001101001010011100110011100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5ec69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5ec69; }

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

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

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

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

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

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

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

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