Html Css Color HEX #E8AD1D Gold Tips

📋 copy color: '#E8AD1D'

red 232 ◦ green 173 ◦ blue 29

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

Shades of Gold Tips #E8AD1D

Tints of Gold Tips #E8AD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

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

R = 53.46%
G = 39.86%
B = 6.68%

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

#E8AD1D (or 0xE8AD1D) is known color: Gold Tips. HEX triplet: E8, AD and 1D. RGB value is (232,173,29). Sum of RGB (Red+Green+Blue) = 232+173+29=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD1D is #1752E2. Grayscale: #AEAEAE. Windows color (decimal): -1528547 or 1945064. OLE color: 1945064.

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

Color convert

RGB 232 173 29 -
CMYK 0 0.25 0.88 0.09
HSL 42.56º 0.82% 0.51% -
HSV(B) 42.56º 0.88% 0.91% -
XYZ 48.44 47.13 7.71 -
YUV 174.23 46.05 169.21 -
System Red Green Blue C M Y K H S L
Decimal 232 173 29 0 0.25 0.88 0.09 42.56 0.82 0.51
Hex E8 AD 1D 0 19 58 9 2B 52 33
Octal 350 255 35 0 31 130 11 53 122 63
Binary 11101000 10101101 11101 0 11001 1011000 1001 101011 1010010 110011

Color Harmonies of #E8AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD1D

Black with #E8AD1D

Text Example


Text Example

White with #E8AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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