#F5EB73

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

Shades of Dolly #F5EB73

Tints of Dolly #F5EB73

Color information

#F5EB73 (or 0xF5EB73) is unknown color: approx Dolly. HEX triplet: F5, EB and 73. RGB value is (245,235,115). Sum of RGB (Red+Green+Blue) = 245+235+115=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EB73 is #0A148C. Grayscale: #E0E0E0. Windows color (decimal): -660621 or 7597045. OLE color: 7597045.

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

Color convert

RGB245235115-
CMYK00.040.530.04
HSL55.38º86.67%70.59%-
HSV(B)55.38º53.06%96.08%-
XYZ70.4680.0727.96-
YUV224.3166.31142.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 115 (45.31% from 255) = 19.33%
R=41.18%
G=39.50%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523511500.040.530.0455.3886.6770.59
HexF5EB7304354375747
Octal3653531630465467127107
Binary11110101111010111110011010011010110011011110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB73; }

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

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

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

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

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

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

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

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