Html Css Color HEX #FEE05B Mustard

📋 copy color: '#FEE05B'

red 254 ◦ green 224 ◦ blue 91

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

Shades of Mustard #FEE05B

Tints of Mustard #FEE05B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.37%

 BLUE value IS 91 (35.94% from 255) = 15.99%

R = 44.64%
G = 39.37%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEE05B (or 0xFEE05B) is known color: Mustard. HEX triplet: FE, E0 and 5B. RGB value is (254,224,91). Sum of RGB (Red+Green+Blue) = 254+224+91=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 91 (35.94% from 255 or 15.99% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE05B is #011FA4. Grayscale: #DADADA. Windows color (decimal): -73637 or 6021374. OLE color: 6021374.

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

Color convert

RGB 254 224 91 -
CMYK 0 0.12 0.64 0.00
HSL 48.96º 0.99% 0.68% -
HSV(B) 48.96º 0.64% 1% -
XYZ 69.42 75.14 20.74 -
YUV 217.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 254 224 91 0 0.12 0.64 0.00 48.96 0.99 0.68
Hex FE E0 5B 0 C 40 0 31 63 44
Octal 376 340 133 0 14 100 0 61 143 104
Binary 11111110 11100000 1011011 0 1100 1000000 0 110001 1100011 1000100

Color Harmonies of #FEE05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE05B

Black with #FEE05B

Text Example


Text Example

White with #FEE05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE05B; }

 p { color: rgb(254,224,91); }

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

background-color css

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

 a { background-color: rgb(254,224,91); }

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

border-color css

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

 span { border-color: rgb(254,224,91); }

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