Html Css Color HEX #E9A520 Gold Tips

📋 copy color: '#E9A520'

red 233 ◦ green 165 ◦ blue 32

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

Shades of Gold Tips #E9A520

Tints of Gold Tips #E9A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.37%

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

R = 54.19%
G = 38.37%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E9A520 (or 0xE9A520) is known color: Gold Tips. HEX triplet: E9, A5 and 20. RGB value is (233,165,32). Sum of RGB (Red+Green+Blue) = 233+165+32=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A520 is #165ADF. Grayscale: #AAAAAA. Windows color (decimal): -1465056 or 2139625. OLE color: 2139625.

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

Color convert

RGB 233 165 32 -
CMYK 0 0.29 0.86 0.09
HSL 39.7º 0.82% 0.52% -
HSV(B) 39.7º 0.86% 0.91% -
XYZ 47.32 44.34 7.43 -
YUV 170.17 50.03 172.81 -
System Red Green Blue C M Y K H S L
Decimal 233 165 32 0 0.29 0.86 0.09 39.7 0.82 0.52
Hex E9 A5 20 0 1D 56 9 28 52 34
Octal 351 245 40 0 35 126 11 50 122 64
Binary 11101001 10100101 100000 0 11101 1010110 1001 101000 1010010 110100

Color Harmonies of #E9A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A520

Black with #E9A520

Text Example


Text Example

White with #E9A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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