Html Css Color HEX #E5A826 Gold Tips

📋 copy color: '#E5A826'

red 229 ◦ green 168 ◦ blue 38

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

Shades of Gold Tips #E5A826

Tints of Gold Tips #E5A826

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 52.64%
G = 38.62%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E5A826 (or 0xE5A826) is known color: Gold Tips. HEX triplet: E5, A8 and 26. RGB value is (229,168,38). Sum of RGB (Red+Green+Blue) = 229+168+38=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A826 is #1A57D9. Grayscale: #ACACAC. Windows color (decimal): -1726426 or 2533605. OLE color: 2533605.

HSL color Cylindrical-coordinate representation of color #E5A826: hue angle of 40.84º 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 #E5A826 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 168 38 -
CMYK 0 0.27 0.83 0.10
HSL 40.84º 0.79% 0.52% -
HSV(B) 40.84º 0.83% 0.9% -
XYZ 46.67 44.8 8.02 -
YUV 171.42 52.71 169.07 -
System Red Green Blue C M Y K H S L
Decimal 229 168 38 0 0.27 0.83 0.10 40.84 0.79 0.52
Hex E5 A8 26 0 1B 53 A 29 4F 34
Octal 345 250 46 0 33 123 12 51 117 64
Binary 11100101 10101000 100110 0 11011 1010011 1010 101001 1001111 110100

Color Harmonies of #E5A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A826

Black with #E5A826

Text Example


Text Example

White with #E5A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A826; }

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

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

background-color css

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

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

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

border-color css

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

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

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