Html Css Color HEX #E8AB1D Gold Tips

📋 copy color: '#E8AB1D'

red 232 ◦ green 171 ◦ blue 29

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

Shades of Gold Tips #E8AB1D

Tints of Gold Tips #E8AB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 53.7%
G = 39.58%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8AB1D (or 0xE8AB1D) is known color: Gold Tips. HEX triplet: E8, AB and 1D. RGB value is (232,171,29). Sum of RGB (Red+Green+Blue) = 232+171+29=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AB1D is #1754E2. Grayscale: #ADADAD. Windows color (decimal): -1529059 or 1944552. OLE color: 1944552.

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

Color convert

RGB 232 171 29 -
CMYK 0 0.26 0.88 0.09
HSL 41.97º 0.82% 0.51% -
HSV(B) 41.97º 0.88% 0.91% -
XYZ 48.06 46.37 7.58 -
YUV 173.05 46.71 170.05 -
System Red Green Blue C M Y K H S L
Decimal 232 171 29 0 0.26 0.88 0.09 41.97 0.82 0.51
Hex E8 AB 1D 0 1A 58 9 2A 52 33
Octal 350 253 35 0 32 130 11 52 122 63
Binary 11101000 10101011 11101 0 11010 1011000 1001 101010 1010010 110011

Color Harmonies of #E8AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AB1D

Black with #E8AB1D

Text Example


Text Example

White with #E8AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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