#F5EB6E

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

Shades of Dolly #F5EB6E

Tints of Dolly #F5EB6E

Color information

#F5EB6E (or 0xF5EB6E) is unknown color: approx Dolly. HEX triplet: F5, EB and 6E. RGB value is (245,235,110). Sum of RGB (Red+Green+Blue) = 245+235+110=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EB6E is #0A1491. Grayscale: #E0E0E0. Windows color (decimal): -660626 or 7269365. OLE color: 7269365.

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

Color convert

RGB245235110-
CMYK00.040.550.04
HSL55.56º87.1%69.61%-
HSV(B)55.56º55.1%96.08%-
XYZ70.1879.9526.49-
YUV223.7463.81143.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 110 (43.36% from 255) = 18.64%
R=41.53%
G=39.83%
B=18.64%

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
Decimal24523511000.040.550.0455.5687.169.61
HexF5EB6E04374385746
Octal3653531560467470127106
Binary11110101111010111101110010011011110011100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB6E; }

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

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

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

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

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

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

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

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