#ffe155

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

Shades of Mustard #FFE155

Tints of Mustard #FFE155

Color information

#FFE155 (or 0xFFE155) is unknown color: approx Mustard. HEX triplet: FF, E1 and 55. RGB value is (255,225,85). Sum of RGB (Red+Green+Blue) = 255+225+85=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 85 (33.59% from 255 or 15.04% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE155 is #001EAA. Grayscale: #DADADA. Windows color (decimal): -7851 or 5628415. OLE color: 5628415.

HSL color Cylindrical-coordinate representation of color #FFE155: hue angle of 49.41º 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 #FFE155 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB25522585-
CMYK00.120.670
HSL49.41º100%66.67%-
HSV(B)49.41º66.67%100%-
XYZ69.875.7719.54-
YUV218.0152.94154.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 225 (88.28% from 255) = 39.82%
BLUE value IS 85 (33.59% from 255) = 15.04%
R=45.13%
G=39.82%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552258500.120.67049.4110066.67
HexFFE1550C430316443
Octal377341125014103061144103
Binary11111111111000011010101011001000011011000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe155; }

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

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

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

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

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

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

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

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