Html Css Color HEX #E8AF1C Gold Tips

📋 copy color: '#E8AF1C'

red 232 ◦ green 175 ◦ blue 28

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

Shades of Gold Tips #E8AF1C

Tints of Gold Tips #E8AF1C

RGB

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

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

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

R = 53.33%
G = 40.23%
B = 6.44%

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

#E8AF1C (or 0xE8AF1C) is known color: Gold Tips. HEX triplet: E8, AF and 1C. RGB value is (232,175,28). Sum of RGB (Red+Green+Blue) = 232+175+28=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF1C is #1750E3. Grayscale: #AFAFAF. Windows color (decimal): -1528036 or 1880040. OLE color: 1880040.

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

Color convert

RGB 232 175 28 -
CMYK 0 0.25 0.88 0.09
HSL 43.24º 0.82% 0.51% -
HSV(B) 43.24º 0.88% 0.91% -
XYZ 48.82 47.9 7.77 -
YUV 175.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 232 175 28 0 0.25 0.88 0.09 43.24 0.82 0.51
Hex E8 AF 1C 0 19 58 9 2B 52 33
Octal 350 257 34 0 31 130 11 53 122 63
Binary 11101000 10101111 11100 0 11001 1011000 1001 101011 1010010 110011

Color Harmonies of #E8AF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF1C

Black with #E8AF1C

Text Example


Text Example

White with #E8AF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF1C; }

 p { color: rgb(232,175,28); }

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

background-color css

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

 a { background-color: rgb(232,175,28); }

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

border-color css

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

 span { border-color: rgb(232,175,28); }

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