Html Css Color HEX #FEE35E Mustard

📋 copy color: '#FEE35E'

red 254 ◦ green 227 ◦ blue 94

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

Shades of Mustard #FEE35E

Tints of Mustard #FEE35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.48%

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

R = 44.17%
G = 39.48%
B = 16.35%

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

#FEE35E (or 0xFEE35E) is known color: Mustard. HEX triplet: FE, E3 and 5E. RGB value is (254,227,94). Sum of RGB (Red+Green+Blue) = 254+227+94=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 94 (37.11% from 255 or 16.35% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE35E is #011CA1. Grayscale: #DCDCDC. Windows color (decimal): -72866 or 6218750. OLE color: 6218750.

HSL color Cylindrical-coordinate representation of color #FEE35E: hue angle of 49.88º 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 #FEE35E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 227 94 -
CMYK 0 0.11 0.63 0.00
HSL 49.88º 0.99% 0.68% -
HSV(B) 49.88º 0.63% 1% -
XYZ 70.36 76.82 21.71 -
YUV 219.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 254 227 94 0 0.11 0.63 0.00 49.88 0.99 0.68
Hex FE E3 5E 0 B 3F 0 32 63 44
Octal 376 343 136 0 13 77 0 62 143 104
Binary 11111110 11100011 1011110 0 1011 111111 0 110010 1100011 1000100

Color Harmonies of #FEE35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE35E

Black with #FEE35E

Text Example


Text Example

White with #FEE35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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