Html Css Color HEX #E7AF2D Gold Tips

📋 copy color: '#E7AF2D'

red 231 ◦ green 175 ◦ blue 45

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

Shades of Gold Tips #E7AF2D

Tints of Gold Tips #E7AF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.98%

R = 51.22%
G = 38.8%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7AF2D (or 0xE7AF2D) is known color: Gold Tips. HEX triplet: E7, AF and 2D. RGB value is (231,175,45). Sum of RGB (Red+Green+Blue) = 231+175+45=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF2D is #1850D2. Grayscale: #B1B1B1. Windows color (decimal): -1593555 or 2994151. OLE color: 2994151.

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

Color convert

RGB 231 175 45 -
CMYK 0 0.24 0.81 0.09
HSL 41.94º 0.79% 0.54% -
HSV(B) 41.94º 0.81% 0.91% -
XYZ 48.76 47.84 9.15 -
YUV 176.92 53.55 166.57 -
System Red Green Blue C M Y K H S L
Decimal 231 175 45 0 0.24 0.81 0.09 41.94 0.79 0.54
Hex E7 AF 2D 0 18 51 9 2A 4F 36
Octal 347 257 55 0 30 121 11 52 117 66
Binary 11100111 10101111 101101 0 11000 1010001 1001 101010 1001111 110110

Color Harmonies of #E7AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF2D

Black with #E7AF2D

Text Example


Text Example

White with #E7AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF2D; }

 p { color: rgb(231,175,45); }

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

background-color css

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

 a { background-color: rgb(231,175,45); }

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

border-color css

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

 span { border-color: rgb(231,175,45); }

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