Html Css Color HEX #E8A52C Gold Tips

📋 copy color: '#E8A52C'

red 232 ◦ green 165 ◦ blue 44

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

Shades of Gold Tips #E8A52C

Tints of Gold Tips #E8A52C

RGB

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

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

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

R = 52.61%
G = 37.41%
B = 9.98%

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

#E8A52C (or 0xE8A52C) is known color: Gold Tips. HEX triplet: E8, A5 and 2C. RGB value is (232,165,44). Sum of RGB (Red+Green+Blue) = 232+165+44=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A52C is #175AD3. Grayscale: #ABABAB. Windows color (decimal): -1530580 or 2926056. OLE color: 2926056.

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

Color convert

RGB 232 165 44 -
CMYK 0 0.29 0.81 0.09
HSL 38.62º 0.8% 0.54% -
HSV(B) 38.62º 0.81% 0.91% -
XYZ 47.19 44.25 8.44 -
YUV 171.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 232 165 44 0 0.29 0.81 0.09 38.62 0.8 0.54
Hex E8 A5 2C 0 1D 51 9 27 50 36
Octal 350 245 54 0 35 121 11 47 120 66
Binary 11101000 10100101 101100 0 11101 1010001 1001 100111 1010000 110110

Color Harmonies of #E8A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A52C

Black with #E8A52C

Text Example


Text Example

White with #E8A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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