#FFE05E

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

Shades of Mustard #FFE05E

Tints of Mustard #FFE05E

Color information

#FFE05E (or 0xFFE05E) is unknown color: approx Mustard. HEX triplet: FF, E0 and 5E. RGB value is (255,224,94). Sum of RGB (Red+Green+Blue) = 255+224+94=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 94 (37.11% from 255 or 16.40% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE05E is #001FA1. Grayscale: #DBDBDB. Windows color (decimal): -8098 or 6217983. OLE color: 6217983.

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

Color convert

RGB25522494-
CMYK00.120.630
HSL48.45º100%68.43%-
HSV(B)48.45º63.14%100%-
XYZ69.9275.3821.45-
YUV218.4557.77154.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 94 (37.11% from 255) = 16.40%
R=44.50%
G=39.09%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552249400.120.63048.4510068.43
HexFFE05E0C3F0306444
Octal37734013601477060144104
Binary1111111111100000101111001100111111011000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE05E; }

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

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

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

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

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

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

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

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