Html Css Color HEX #E8B21D Gold Tips

📋 copy color: '#E8B21D'

red 232 ◦ green 178 ◦ blue 29

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

Shades of Gold Tips #E8B21D

Tints of Gold Tips #E8B21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.61%

R = 52.85%
G = 40.55%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8B21D (or 0xE8B21D) is known color: Gold Tips. HEX triplet: E8, B2 and 1D. RGB value is (232,178,29). Sum of RGB (Red+Green+Blue) = 232+178+29=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B21D is #174DE2. Grayscale: #B1B1B1. Windows color (decimal): -1527267 or 1946344. OLE color: 1946344.

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

Color convert

RGB 232 178 29 -
CMYK 0 0.23 0.88 0.09
HSL 44.04º 0.82% 0.51% -
HSV(B) 44.04º 0.88% 0.91% -
XYZ 49.42 49.09 8.03 -
YUV 177.16 44.39 167.12 -
System Red Green Blue C M Y K H S L
Decimal 232 178 29 0 0.23 0.88 0.09 44.04 0.82 0.51
Hex E8 B2 1D 0 17 58 9 2C 52 33
Octal 350 262 35 0 27 130 11 54 122 63
Binary 11101000 10110010 11101 0 10111 1011000 1001 101100 1010010 110011

Color Harmonies of #E8B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B21D

Black with #E8B21D

Text Example


Text Example

White with #E8B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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