#E4B02D

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

Shades of Gold Tips #E4B02D

Tints of Gold Tips #E4B02D

Color information

#E4B02D (or 0xE4B02D) is unknown color: approx Gold Tips. HEX triplet: E4, B0 and 2D. RGB value is (228,176,45). Sum of RGB (Red+Green+Blue) = 228+176+45=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4B02D is #1B4FD2. Grayscale: #B1B1B1. Windows color (decimal): -1789907 or 2994404. OLE color: 2994404.

HSL color Cylindrical-coordinate representation of color #E4B02D: hue angle of 42.95º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4B02D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB22817645-
CMYK00.230.800.11
HSL42.95º77.22%53.53%-
HSV(B)42.95º80.26%89.41%-
XYZ47.9947.739.17-
YUV176.6153.73164.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.78%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 45 (17.97% from 255) = 10.02%
R=50.78%
G=39.20%
B=10.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281764500.230.800.1142.9577.2253.53
HexE4B02D01750B2b4d36
Octal34426055027120135311566
Binary1110010010110000101101010111101000010111010111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B02D; }

 p { color: rgb(228,176,45); }

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

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

 a { background-color: rgb(228,176,45); }

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

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

 span { border-color: rgb(228,176,45); }

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