Html Css Color HEX #E7AE1D Gold Tips

📋 copy color: '#E7AE1D'

red 231 ◦ green 174 ◦ blue 29

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

Shades of Gold Tips #E7AE1D

Tints of Gold Tips #E7AE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.09%

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

R = 53.23%
G = 40.09%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7AE1D (or 0xE7AE1D) is known color: Gold Tips. HEX triplet: E7, AE and 1D. RGB value is (231,174,29). Sum of RGB (Red+Green+Blue) = 231+174+29=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AE1D is #1851E2. Grayscale: #AFAFAF. Windows color (decimal): -1593827 or 1945319. OLE color: 1945319.

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

Color convert

RGB 231 174 29 -
CMYK 0 0.25 0.87 0.09
HSL 43.07º 0.81% 0.51% -
HSV(B) 43.07º 0.87% 0.91% -
XYZ 48.31 47.35 7.76 -
YUV 174.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 231 174 29 0 0.25 0.87 0.09 43.07 0.81 0.51
Hex E7 AE 1D 0 19 57 9 2B 51 33
Octal 347 256 35 0 31 127 11 53 121 63
Binary 11100111 10101110 11101 0 11001 1010111 1001 101011 1010001 110011

Color Harmonies of #E7AE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AE1D

Black with #E7AE1D

Text Example


Text Example

White with #E7AE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AE1D; }

 p { color: rgb(231,174,29); }

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

background-color css

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

 a { background-color: rgb(231,174,29); }

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

border-color css

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

 span { border-color: rgb(231,174,29); }

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