#FFE354

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

Shades of Mustard #FFE354

Tints of Mustard #FFE354

Color information

#FFE354 (or 0xFFE354) is unknown color: approx Mustard. HEX triplet: FF, E3 and 54. RGB value is (255,227,84). Sum of RGB (Red+Green+Blue) = 255+227+84=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 84 (33.20% from 255 or 14.84% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE354 is #001CAB. Grayscale: #DBDBDB. Windows color (decimal): -7340 or 5563391. OLE color: 5563391.

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

Color convert

RGB25522784-
CMYK00.110.670
HSL50.18º100%66.47%-
HSV(B)50.18º67.06%100%-
XYZ70.3176.8419.51-
YUV219.0751.78153.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 227 (89.06% from 255) = 40.11%
BLUE value IS 84 (33.20% from 255) = 14.84%
R=45.05%
G=40.11%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552278400.110.67050.1810066.47
HexFFE3540B430326442
Octal377343124013103062144102
Binary11111111111000111010100010111000011011001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE354; }

 p { color: rgb(255,227,84); }

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

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

 a { background-color: rgb(255,227,84); }

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

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

 span { border-color: rgb(255,227,84); }

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