#E4B82A

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

Shades of Gold Tips #E4B82A

Tints of Gold Tips #E4B82A

Color information

#E4B82A (or 0xE4B82A) is unknown color: approx Gold Tips. HEX triplet: E4, B8 and 2A. RGB value is (228,184,42). Sum of RGB (Red+Green+Blue) = 228+184+42=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B82A is #1B47D5. Grayscale: #B5B5B5. Windows color (decimal): -1787862 or 2799844. OLE color: 2799844.

HSL color Cylindrical-coordinate representation of color #E4B82A: hue angle of 45.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4B82A is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB22818442-
CMYK00.190.820.11
HSL45.81º77.5%52.94%-
HSV(B)45.81º81.58%89.41%-
XYZ49.5550.949.41-
YUV180.9749.58161.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.22%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 42 (16.80% from 255) = 9.25%
R=50.22%
G=40.53%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281844200.190.820.1145.8177.552.94
HexE4B82A01352B2e4e35
Octal34427052023122135611665
Binary1110010010111000101010010011101001010111011101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B82A; }

 p { color: rgb(228,184,42); }

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

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

 a { background-color: rgb(228,184,42); }

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

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

 span { border-color: rgb(228,184,42); }

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