Html Css Color HEX #FEE15E Mustard

📋 copy color: '#FEE15E'

red 254 ◦ green 225 ◦ blue 94

#FEE15E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mustard #FEE15E

Tints of Mustard #FEE15E

RGB

 RED value IS 254 (99.61% from 255) = 44.33%

 GREEN value IS 225 (88.28% from 255) = 39.27%

 BLUE value IS 94 (37.11% from 255) = 16.4%

R = 44.33%
G = 39.27%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEE15E (or 0xFEE15E) is known color: Mustard. HEX triplet: FE, E1 and 5E. RGB value is (254,225,94). Sum of RGB (Red+Green+Blue) = 254+225+94=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 94 (37.11% from 255 or 16.40% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE15E is #011EA1. Grayscale: #DBDBDB. Windows color (decimal): -73378 or 6218238. OLE color: 6218238.

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

Color convert

RGB 254 225 94 -
CMYK 0 0.11 0.63 0.00
HSL 49.13º 0.99% 0.68% -
HSV(B) 49.13º 0.63% 1% -
XYZ 69.82 75.73 21.53 -
YUV 218.74 57.61 153.15 -
System Red Green Blue C M Y K H S L
Decimal 254 225 94 0 0.11 0.63 0.00 49.13 0.99 0.68
Hex FE E1 5E 0 B 3F 0 31 63 44
Octal 376 341 136 0 13 77 0 61 143 104
Binary 11111110 11100001 1011110 0 1011 111111 0 110001 1100011 1000100

Color Harmonies of #FEE15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE15E

Black with #FEE15E

Text Example


Text Example

White with #FEE15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE15E; }

 p { color: rgb(254,225,94); }

 H1.HeaderClassName
 {
   color: #FEE15E;
 }
 .AnyTagClassName
 {
   color: #FEE15E;
 }
</style>

background-color css

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

 a { background-color: rgb(254,225,94); }

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

border-color css

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

 span { border-color: rgb(254,225,94); }

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