Html Css Color HEX #E7AD1C Gold Tips

📋 copy color: '#E7AD1C'

red 231 ◦ green 173 ◦ blue 28

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

Shades of Gold Tips #E7AD1C

Tints of Gold Tips #E7AD1C

RGB

 RED value IS 231 (90.63% from 255) = 53.47%

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

 BLUE value IS 28 (11.33% from 255) = 6.48%

R = 53.47%
G = 40.05%
B = 6.48%

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

#E7AD1C (or 0xE7AD1C) is known color: Gold Tips. HEX triplet: E7, AD and 1C. RGB value is (231,173,28). Sum of RGB (Red+Green+Blue) = 231+173+28=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AD1C is #1852E3. Grayscale: #AEAEAE. Windows color (decimal): -1594084 or 1879527. OLE color: 1879527.

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

Color convert

RGB 231 173 28 -
CMYK 0 0.25 0.88 0.09
HSL 42.86º 0.81% 0.51% -
HSV(B) 42.86º 0.88% 0.91% -
XYZ 48.11 46.96 7.63 -
YUV 173.81 45.72 168.79 -
System Red Green Blue C M Y K H S L
Decimal 231 173 28 0 0.25 0.88 0.09 42.86 0.81 0.51
Hex E7 AD 1C 0 19 58 9 2B 51 33
Octal 347 255 34 0 31 130 11 53 121 63
Binary 11100111 10101101 11100 0 11001 1011000 1001 101011 1010001 110011

Color Harmonies of #E7AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AD1C

Black with #E7AD1C

Text Example


Text Example

White with #E7AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AD1C; }

 p { color: rgb(231,173,28); }

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

background-color css

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

 a { background-color: rgb(231,173,28); }

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

border-color css

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

 span { border-color: rgb(231,173,28); }

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