Html Css Color HEX #E7A52C Gold Tips

📋 copy color: '#E7A52C'

red 231 ◦ green 165 ◦ blue 44

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

Shades of Gold Tips #E7A52C

Tints of Gold Tips #E7A52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 44 (17.58% from 255) = 10%

R = 52.5%
G = 37.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7A52C (or 0xE7A52C) is known color: Gold Tips. HEX triplet: E7, A5 and 2C. RGB value is (231,165,44). Sum of RGB (Red+Green+Blue) = 231+165+44=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A52C is #185AD3. Grayscale: #ABABAB. Windows color (decimal): -1596116 or 2926055. OLE color: 2926055.

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

Color convert

RGB 231 165 44 -
CMYK 0 0.29 0.81 0.09
HSL 38.82º 0.8% 0.54% -
HSV(B) 38.82º 0.81% 0.91% -
XYZ 46.86 44.08 8.42 -
YUV 170.94 56.37 170.84 -
System Red Green Blue C M Y K H S L
Decimal 231 165 44 0 0.29 0.81 0.09 38.82 0.8 0.54
Hex E7 A5 2C 0 1D 51 9 27 50 36
Octal 347 245 54 0 35 121 11 47 120 66
Binary 11100111 10100101 101100 0 11101 1010001 1001 100111 1010000 110110

Color Harmonies of #E7A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A52C

Black with #E7A52C

Text Example


Text Example

White with #E7A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A52C; }

 p { color: rgb(231,165,44); }

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

background-color css

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

 a { background-color: rgb(231,165,44); }

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

border-color css

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

 span { border-color: rgb(231,165,44); }

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