#F5EB6D

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

Shades of Dolly #F5EB6D

Tints of Dolly #F5EB6D

Color information

#F5EB6D (or 0xF5EB6D) is unknown color: approx Dolly. HEX triplet: F5, EB and 6D. RGB value is (245,235,109). Sum of RGB (Red+Green+Blue) = 245+235+109=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EB6D is #0A1492. Grayscale: #E0E0E0. Windows color (decimal): -660627 or 7203829. OLE color: 7203829.

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

Color convert

RGB245235109-
CMYK00.040.560.04
HSL55.59º87.18%69.41%-
HSV(B)55.59º55.51%96.08%-
XYZ70.1279.9326.2-
YUV223.6363.31143.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 109 (42.97% from 255) = 18.51%
R=41.60%
G=39.90%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523510900.040.560.0455.5987.1869.41
HexF5EB6D04384385745
Octal3653531550470470127105
Binary11110101111010111101101010011100010011100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB6D; }

 p { color: rgb(245,235,109); }

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

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

 a { background-color: rgb(245,235,109); }

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

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

 span { border-color: rgb(245,235,109); }

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