#E8B230

Color #E8B230 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #E8B230

Tints of Gold Tips #E8B230

Color information

#E8B230 (or 0xE8B230) is unknown color: approx Gold Tips. HEX triplet: E8, B2 and 30. RGB value is (232,178,48). Sum of RGB (Red+Green+Blue) = 232+178+48=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B230 is #174DCF. Grayscale: #B3B3B3. Windows color (decimal): -1527248 or 3191528. OLE color: 3191528.

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

Color convert

RGB23217848-
CMYK00.230.790.09
HSL42.39º80%54.9%-
HSV(B)42.39º79.31%90.98%-
XYZ49.7349.219.67-
YUV179.3353.89165.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.66%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 48 (19.14% from 255) = 10.48%
R=50.66%
G=38.86%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321784800.230.790.0942.398054.9
HexE8B2300174F92a5037
Octal35026260027117115212067
Binary1110100010110010110000010111100111110011010101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B230; }

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

 H1.HeaderClassName
 {
   color: #E8B230;
 }
 .AnyTagClassName
 {
   color: #E8B230;
 }
</style>
background-color css

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

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

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

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

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

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