Html Css Color HEX #E2AB29 Gold Tips

📋 copy color: '#E2AB29'

red 226 ◦ green 171 ◦ blue 41

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

Shades of Gold Tips #E2AB29

Tints of Gold Tips #E2AB29

RGB

 RED value IS 226 (88.67% from 255) = 51.6%

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 41 (16.41% from 255) = 9.36%

R = 51.6%
G = 39.04%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E2AB29 (or 0xE2AB29) is known color: Gold Tips. HEX triplet: E2, AB and 29. RGB value is (226,171,41). Sum of RGB (Red+Green+Blue) = 226+171+41=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AB29 is #1D54D6. Grayscale: #ADADAD. Windows color (decimal): -1922263 or 2730978. OLE color: 2730978.

HSL color Cylindrical-coordinate representation of color #E2AB29: hue angle of 42.16º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2AB29 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 171 41 -
CMYK 0 0.24 0.82 0.11
HSL 42.16º 0.76% 0.52% -
HSV(B) 42.16º 0.82% 0.89% -
XYZ 46.33 45.45 8.43 -
YUV 172.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 226 171 41 0 0.24 0.82 0.11 42.16 0.76 0.52
Hex E2 AB 29 0 18 52 B 2A 4C 34
Octal 342 253 51 0 30 122 13 52 114 64
Binary 11100010 10101011 101001 0 11000 1010010 1011 101010 1001100 110100

Color Harmonies of #E2AB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AB29

Black with #E2AB29

Text Example


Text Example

White with #E2AB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AB29; }

 p { color: rgb(226,171,41); }

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

background-color css

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

 a { background-color: rgb(226,171,41); }

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

border-color css

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

 span { border-color: rgb(226,171,41); }

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