Html Css Color HEX #E5A926 Gold Tips

📋 copy color: '#E5A926'

red 229 ◦ green 169 ◦ blue 38

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

Shades of Gold Tips #E5A926

Tints of Gold Tips #E5A926

RGB

 RED value IS 229 (89.84% from 255) = 52.52%

 GREEN value IS 169 (66.41% from 255) = 38.76%

 BLUE value IS 38 (15.23% from 255) = 8.72%

R = 52.52%
G = 38.76%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E5A926 (or 0xE5A926) is known color: Gold Tips. HEX triplet: E5, A9 and 26. RGB value is (229,169,38). Sum of RGB (Red+Green+Blue) = 229+169+38=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A926 is #1A56D9. Grayscale: #ACACAC. Windows color (decimal): -1726170 or 2533861. OLE color: 2533861.

HSL color Cylindrical-coordinate representation of color #E5A926: hue angle of 41.15º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5A926 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 169 38 -
CMYK 0 0.26 0.83 0.10
HSL 41.15º 0.79% 0.52% -
HSV(B) 41.15º 0.83% 0.9% -
XYZ 46.85 45.17 8.08 -
YUV 172.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 229 169 38 0 0.26 0.83 0.10 41.15 0.79 0.52
Hex E5 A9 26 0 1A 53 A 29 4F 34
Octal 345 251 46 0 32 123 12 51 117 64
Binary 11100101 10101001 100110 0 11010 1010011 1010 101001 1001111 110100

Color Harmonies of #E5A926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A926

Black with #E5A926

Text Example


Text Example

White with #E5A926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A926; }

 p { color: rgb(229,169,38); }

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

background-color css

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

 a { background-color: rgb(229,169,38); }

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

border-color css

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

 span { border-color: rgb(229,169,38); }

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