#E5B230

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

Shades of Gold Tips #E5B230

Tints of Gold Tips #E5B230

Color information

#E5B230 (or 0xE5B230) is unknown color: approx Gold Tips. HEX triplet: E5, B2 and 30. RGB value is (229,178,48). Sum of RGB (Red+Green+Blue) = 229+178+48=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B230 is #1A4DCF. Grayscale: #B3B3B3. Windows color (decimal): -1723856 or 3191525. OLE color: 3191525.

HSL color Cylindrical-coordinate representation of color #E5B230: hue angle of 43.09º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5B230 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22917848-
CMYK00.220.790.10
HSL43.09º77.68%54.31%-
HSV(B)43.09º79.04%89.8%-
XYZ48.7748.719.63-
YUV178.4354.4164.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.33%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 48 (19.14% from 255) = 10.55%
R=50.33%
G=39.12%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291784800.220.790.1043.0977.6854.31
HexE5B2300164FA2b4e36
Octal34526260026117125311666
Binary1110010110110010110000010110100111110101010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B230; }

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

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

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

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

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

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

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

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