#E3AB30

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

Shades of Gold Tips #E3AB30

Tints of Gold Tips #E3AB30

Color information

#E3AB30 (or 0xE3AB30) is unknown color: approx Gold Tips. HEX triplet: E3, AB and 30. RGB value is (227,171,48). Sum of RGB (Red+Green+Blue) = 227+171+48=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AB30 is #1C54CF. Grayscale: #AEAEAE. Windows color (decimal): -1856720 or 3189731. OLE color: 3189731.

HSL color Cylindrical-coordinate representation of color #E3AB30: hue angle of 41.23º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3AB30 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB22717148-
CMYK00.250.790.11
HSL41.23º76.17%53.92%-
HSV(B)41.23º78.85%89.02%-
XYZ46.7745.679.15-
YUV173.7257.05166-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.90%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 48 (19.14% from 255) = 10.76%
R=50.90%
G=38.34%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271714800.250.790.1141.2376.1753.92
HexE3AB300194FB294c36
Octal34325360031117135111466
Binary1110001110101011110000011001100111110111010011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AB30; }

 p { color: rgb(227,171,48); }

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

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

 a { background-color: rgb(227,171,48); }

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

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

 span { border-color: rgb(227,171,48); }

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