Html Css Color HEX #E9B520 Gold Tips

📋 copy color: '#E9B520'

red 233 ◦ green 181 ◦ blue 32

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

Shades of Gold Tips #E9B520

Tints of Gold Tips #E9B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.58%

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 52.24%
G = 40.58%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E9B520 (or 0xE9B520) is known color: Gold Tips. HEX triplet: E9, B5 and 20. RGB value is (233,181,32). Sum of RGB (Red+Green+Blue) = 233+181+32=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B520 is #164ADF. Grayscale: #B4B4B4. Windows color (decimal): -1460960 or 2143721. OLE color: 2143721.

HSL color Cylindrical-coordinate representation of color #E9B520: hue angle of 44.48º 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 #E9B520 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 181 32 -
CMYK 0 0.22 0.86 0.09
HSL 44.48º 0.82% 0.52% -
HSV(B) 44.48º 0.86% 0.91% -
XYZ 50.39 50.48 8.45 -
YUV 179.56 44.73 166.12 -
System Red Green Blue C M Y K H S L
Decimal 233 181 32 0 0.22 0.86 0.09 44.48 0.82 0.52
Hex E9 B5 20 0 16 56 9 2C 52 34
Octal 351 265 40 0 26 126 11 54 122 64
Binary 11101001 10110101 100000 0 10110 1010110 1001 101100 1010010 110100

Color Harmonies of #E9B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B520

Black with #E9B520

Text Example


Text Example

White with #E9B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B520; }

 p { color: rgb(233,181,32); }

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

background-color css

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

 a { background-color: rgb(233,181,32); }

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

border-color css

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

 span { border-color: rgb(233,181,32); }

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