Html Css Color HEX #FFE45A Mustard

📋 copy color: '#FFE45A'

red 255 ◦ green 228 ◦ blue 90

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

Shades of Mustard #FFE45A

Tints of Mustard #FFE45A

RGB

 RED value IS 255 (100% from 255) = 44.5%

 GREEN value IS 228 (89.45% from 255) = 39.79%

 BLUE value IS 90 (35.55% from 255) = 15.71%

R = 44.5%
G = 39.79%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFE45A (or 0xFFE45A) is known color: Mustard. HEX triplet: FF, E4 and 5A. RGB value is (255,228,90). Sum of RGB (Red+Green+Blue) = 255+228+90=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 90 (35.55% from 255 or 15.71% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE45A is #001BA5. Grayscale: #DCDCDC. Windows color (decimal): -7078 or 5956863. OLE color: 5956863.

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

Color convert

RGB 255 228 90 -
CMYK 0 0.11 0.65 0
HSL 50.18º 1% 0.68% -
HSV(B) 50.18º 0.65% 1% -
XYZ 70.83 77.48 20.9 -
YUV 220.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 255 228 90 0 0.11 0.65 0 50.18 1 0.68
Hex FF E4 5A 0 B 41 0 32 64 44
Octal 377 344 132 0 13 101 0 62 144 104
Binary 11111111 11100100 1011010 0 1011 1000001 0 110010 1100100 1000100

Color Harmonies of #FFE45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE45A

Black with #FFE45A

Text Example


Text Example

White with #FFE45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE45A; }

 p { color: rgb(255,228,90); }

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

background-color css

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

 a { background-color: rgb(255,228,90); }

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

border-color css

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

 span { border-color: rgb(255,228,90); }

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