#e0b330

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

Shades of Gold Tips #E0B330

Tints of Gold Tips #E0B330

Color information

#E0B330 (or 0xE0B330) is unknown color: approx Gold Tips. HEX triplet: E0, B3 and 30. RGB value is (224,179,48). Sum of RGB (Red+Green+Blue) = 224+179+48=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B330 is #1F4CCF. Grayscale: #B2B2B2. Windows color (decimal): -2051280 or 3191776. OLE color: 3191776.

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

Color convert

RGB22417948-
CMYK00.200.790.12
HSL44.66º73.95%53.33%-
HSV(B)44.66º78.57%87.84%-
XYZ47.3948.39.62-
YUV177.5254.91161.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.67%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 48 (19.14% from 255) = 10.64%
R=49.67%
G=39.69%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241794800.200.790.1244.6673.9553.33
HexE0B3300144FC2d4a35
Octal34026360024117145511265
Binary1110000010110011110000010100100111111001011011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b330; }

 p { color: rgb(224,179,48); }

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

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

 a { background-color: rgb(224,179,48); }

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

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

 span { border-color: rgb(224,179,48); }

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