Html Css Color HEX #E8B232 Gold Tips

📋 copy color: '#E8B232'

red 232 ◦ green 178 ◦ blue 50

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

Shades of Gold Tips #E8B232

Tints of Gold Tips #E8B232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.87%

R = 50.43%
G = 38.7%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E8B232 (or 0xE8B232) is known color: Gold Tips. HEX triplet: E8, B2 and 32. RGB value is (232,178,50). Sum of RGB (Red+Green+Blue) = 232+178+50=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B232 is #174DCD. Grayscale: #B4B4B4. Windows color (decimal): -1527246 or 3322600. OLE color: 3322600.

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

Color convert

RGB 232 178 50 -
CMYK 0 0.23 0.78 0.09
HSL 42.2º 0.8% 0.55% -
HSV(B) 42.2º 0.78% 0.91% -
XYZ 49.77 49.23 9.9 -
YUV 179.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 232 178 50 0 0.23 0.78 0.09 42.2 0.8 0.55
Hex E8 B2 32 0 17 4E 9 2A 50 37
Octal 350 262 62 0 27 116 11 52 120 67
Binary 11101000 10110010 110010 0 10111 1001110 1001 101010 1010000 110111

Color Harmonies of #E8B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B232

Black with #E8B232

Text Example


Text Example

White with #E8B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B232; }

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

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

background-color css

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

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

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

border-color css

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

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

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