Html Css Color HEX #E8AF1D Gold Tips

📋 copy color: '#E8AF1D'

red 232 ◦ green 175 ◦ blue 29

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

Shades of Gold Tips #E8AF1D

Tints of Gold Tips #E8AF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 53.21%
G = 40.14%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8AF1D (or 0xE8AF1D) is known color: Gold Tips. HEX triplet: E8, AF and 1D. RGB value is (232,175,29). Sum of RGB (Red+Green+Blue) = 232+175+29=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF1D is #1750E2. Grayscale: #B0B0B0. Windows color (decimal): -1528035 or 1945576. OLE color: 1945576.

HSL color Cylindrical-coordinate representation of color #E8AF1D: hue angle of 43.15º 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 #E8AF1D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 29 -
CMYK 0 0.25 0.88 0.09
HSL 43.15º 0.82% 0.51% -
HSV(B) 43.15º 0.88% 0.91% -
XYZ 48.83 47.9 7.84 -
YUV 175.4 45.38 168.37 -
System Red Green Blue C M Y K H S L
Decimal 232 175 29 0 0.25 0.88 0.09 43.15 0.82 0.51
Hex E8 AF 1D 0 19 58 9 2B 52 33
Octal 350 257 35 0 31 130 11 53 122 63
Binary 11101000 10101111 11101 0 11001 1011000 1001 101011 1010010 110011

Color Harmonies of #E8AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF1D

Black with #E8AF1D

Text Example


Text Example

White with #E8AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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