Html Css Color HEX #E9B221 Gold Tips

📋 copy color: '#E9B221'

red 233 ◦ green 178 ◦ blue 33

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

Shades of Gold Tips #E9B221

Tints of Gold Tips #E9B221

RGB

 RED value IS 233 (91.41% from 255) = 52.48%

 GREEN value IS 178 (69.92% from 255) = 40.09%

 BLUE value IS 33 (13.28% from 255) = 7.43%

R = 52.48%
G = 40.09%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E9B221 (or 0xE9B221) is known color: Gold Tips. HEX triplet: E9, B2 and 21. RGB value is (233,178,33). Sum of RGB (Red+Green+Blue) = 233+178+33=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9B221 is #164DDE. Grayscale: #B2B2B2. Windows color (decimal): -1461727 or 2208489. OLE color: 2208489.

HSL color Cylindrical-coordinate representation of color #E9B221: hue angle of 43.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9B221 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 178 33 -
CMYK 0 0.24 0.86 0.09
HSL 43.5º 0.82% 0.52% -
HSV(B) 43.5º 0.86% 0.91% -
XYZ 49.8 49.27 8.33 -
YUV 177.92 46.22 167.29 -
System Red Green Blue C M Y K H S L
Decimal 233 178 33 0 0.24 0.86 0.09 43.5 0.82 0.52
Hex E9 B2 21 0 18 56 9 2C 52 34
Octal 351 262 41 0 30 126 11 54 122 64
Binary 11101001 10110010 100001 0 11000 1010110 1001 101100 1010010 110100

Color Harmonies of #E9B221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B221

Black with #E9B221

Text Example


Text Example

White with #E9B221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B221; }

 p { color: rgb(233,178,33); }

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

background-color css

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

 a { background-color: rgb(233,178,33); }

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

border-color css

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

 span { border-color: rgb(233,178,33); }

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