#ffe355

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

Shades of Mustard #FFE355

Tints of Mustard #FFE355

Color information

#FFE355 (or 0xFFE355) is unknown color: approx Mustard. HEX triplet: FF, E3 and 55. RGB value is (255,227,85). Sum of RGB (Red+Green+Blue) = 255+227+85=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 85 (33.59% from 255 or 14.99% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE355 is #001CAA. Grayscale: #DBDBDB. Windows color (decimal): -7339 or 5628927. OLE color: 5628927.

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

Color convert

RGB25522785-
CMYK00.110.670
HSL50.12º100%66.67%-
HSV(B)50.12º66.67%100%-
XYZ70.3576.8519.72-
YUV219.1852.28153.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 85 (33.59% from 255) = 14.99%
R=44.97%
G=40.04%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552278500.110.67050.1210066.67
HexFFE3550B430326443
Octal377343125013103062144103
Binary11111111111000111010101010111000011011001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe355; }

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

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

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

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

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

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

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

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