Html Css Color HEX #E8AB2A Gold Tips

📋 copy color: '#E8AB2A'

red 232 ◦ green 171 ◦ blue 42

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

Shades of Gold Tips #E8AB2A

Tints of Gold Tips #E8AB2A

RGB

 RED value IS 232 (91.02% from 255) = 52.13%

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

 BLUE value IS 42 (16.8% from 255) = 9.44%

R = 52.13%
G = 38.43%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8AB2A (or 0xE8AB2A) is known color: Gold Tips. HEX triplet: E8, AB and 2A. RGB value is (232,171,42). Sum of RGB (Red+Green+Blue) = 232+171+42=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AB2A is #1754D5. Grayscale: #AFAFAF. Windows color (decimal): -1529046 or 2796520. OLE color: 2796520.

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

Color convert

RGB 232 171 42 -
CMYK 0 0.26 0.82 0.09
HSL 40.74º 0.81% 0.54% -
HSV(B) 40.74º 0.82% 0.91% -
XYZ 48.26 46.45 8.61 -
YUV 174.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 232 171 42 0 0.26 0.82 0.09 40.74 0.81 0.54
Hex E8 AB 2A 0 1A 52 9 29 51 36
Octal 350 253 52 0 32 122 11 51 121 66
Binary 11101000 10101011 101010 0 11010 1010010 1001 101001 1010001 110110

Color Harmonies of #E8AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AB2A

Black with #E8AB2A

Text Example


Text Example

White with #E8AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AB2A; }

 p { color: rgb(232,171,42); }

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

background-color css

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

 a { background-color: rgb(232,171,42); }

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

border-color css

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

 span { border-color: rgb(232,171,42); }

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