#FFE05C

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

Shades of Mustard #FFE05C

Tints of Mustard #FFE05C

Color information

#FFE05C (or 0xFFE05C) is unknown color: approx Mustard. HEX triplet: FF, E0 and 5C. RGB value is (255,224,92). Sum of RGB (Red+Green+Blue) = 255+224+92=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE05C is #001FA3. Grayscale: #DADADA. Windows color (decimal): -8100 or 6086911. OLE color: 6086911.

HSL color Cylindrical-coordinate representation of color #FFE05C: hue angle of 48.59º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFE05C is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25522492-
CMYK00.120.640
HSL48.59º100%68.04%-
HSV(B)48.59º63.92%100%-
XYZ69.8375.3420.99-
YUV218.2256.77154.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 92 (36.33% from 255) = 16.11%
R=44.66%
G=39.23%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552249200.120.64048.5910068.04
HexFFE05C0C400316444
Octal377340134014100061144104
Binary11111111111000001011100011001000000011000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE05C; }

 p { color: rgb(255,224,92); }

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

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

 a { background-color: rgb(255,224,92); }

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

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

 span { border-color: rgb(255,224,92); }

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