Html Css Color HEX #E8B210 Gold Tips

📋 copy color: '#E8B210'

red 232 ◦ green 178 ◦ blue 16

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

Shades of Gold Tips #E8B210

Tints of Gold Tips #E8B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.78%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 54.46%
G = 41.78%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E8B210 (or 0xE8B210) is known color: Gold Tips. HEX triplet: E8, B2 and 10. RGB value is (232,178,16). Sum of RGB (Red+Green+Blue) = 232+178+16=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8B210 is #174DEF. Grayscale: #B0B0B0. Windows color (decimal): -1527280 or 1094376. OLE color: 1094376.

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

Color convert

RGB 232 178 16 -
CMYK 0 0.23 0.93 0.09
HSL 45º 0.87% 0.49% -
HSV(B) 45º 0.93% 0.91% -
XYZ 49.29 49.03 7.36 -
YUV 175.68 37.89 168.17 -
System Red Green Blue C M Y K H S L
Decimal 232 178 16 0 0.23 0.93 0.09 45 0.87 0.49
Hex E8 B2 10 0 17 5D 9 2D 57 31
Octal 350 262 20 0 27 135 11 55 127 61
Binary 11101000 10110010 10000 0 10111 1011101 1001 101101 1010111 110001

Color Harmonies of #E8B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B210

Black with #E8B210

Text Example


Text Example

White with #E8B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B210; }

 p { color: rgb(232,178,16); }

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

background-color css

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

 a { background-color: rgb(232,178,16); }

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

border-color css

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

 span { border-color: rgb(232,178,16); }

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