#E0B22D

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

Shades of Gold Tips #E0B22D

Tints of Gold Tips #E0B22D

Color information

#E0B22D (or 0xE0B22D) is unknown color: approx Gold Tips. HEX triplet: E0, B2 and 2D. RGB value is (224,178,45). Sum of RGB (Red+Green+Blue) = 224+178+45=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B22D is #1F4DD2. Grayscale: #B1B1B1. Windows color (decimal): -2051539 or 2994912. OLE color: 2994912.

HSL color Cylindrical-coordinate representation of color #E0B22D: hue angle of 44.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0B22D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22417845-
CMYK00.210.800.12
HSL44.58º74.27%52.75%-
HSV(B)44.58º79.91%87.84%-
XYZ47.1347.889.24-
YUV176.5953.74161.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 45 (17.97% from 255) = 10.07%
R=50.11%
G=39.82%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241784500.210.800.1244.5874.2752.75
HexE0B22D01550C2d4a35
Octal34026255025120145511265
Binary1110000010110010101101010101101000011001011011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B22D; }

 p { color: rgb(224,178,45); }

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

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

 a { background-color: rgb(224,178,45); }

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

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

 span { border-color: rgb(224,178,45); }

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