Html Css Color HEX #E9A525 Gold Tips

📋 copy color: '#E9A525'

red 233 ◦ green 165 ◦ blue 37

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

Shades of Gold Tips #E9A525

Tints of Gold Tips #E9A525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.51%

R = 53.56%
G = 37.93%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E9A525 (or 0xE9A525) is known color: Gold Tips. HEX triplet: E9, A5 and 25. RGB value is (233,165,37). Sum of RGB (Red+Green+Blue) = 233+165+37=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A525 is #165ADA. Grayscale: #ABABAB. Windows color (decimal): -1465051 or 2467305. OLE color: 2467305.

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

Color convert

RGB 233 165 37 -
CMYK 0 0.29 0.84 0.09
HSL 39.18º 0.82% 0.53% -
HSV(B) 39.18º 0.84% 0.91% -
XYZ 47.39 44.37 7.82 -
YUV 170.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 233 165 37 0 0.29 0.84 0.09 39.18 0.82 0.53
Hex E9 A5 25 0 1D 54 9 27 52 35
Octal 351 245 45 0 35 124 11 47 122 65
Binary 11101001 10100101 100101 0 11101 1010100 1001 100111 1010010 110101

Color Harmonies of #E9A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A525

Black with #E9A525

Text Example


Text Example

White with #E9A525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A525; }

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

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

background-color css

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

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

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

border-color css

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

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

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