#E6A92A

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

Shades of Gold Tips #E6A92A

Tints of Gold Tips #E6A92A

Color information

#E6A92A (or 0xE6A92A) is unknown color: approx Gold Tips. HEX triplet: E6, A9 and 2A. RGB value is (230,169,42). Sum of RGB (Red+Green+Blue) = 230+169+42=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A92A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A92A is #1956D5. Grayscale: #ADADAD. Windows color (decimal): -1660630 or 2796006. OLE color: 2796006.

HSL color Cylindrical-coordinate representation of color #E6A92A: hue angle of 40.53º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6A92A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB23016942-
CMYK00.270.820.10
HSL40.53º78.99%53.33%-
HSV(B)40.53º81.74%90.2%-
XYZ47.2445.378.46-
YUV172.7654.21168.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.15%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 42 (16.80% from 255) = 9.52%
R=52.15%
G=38.32%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301694200.270.820.1040.5378.9953.33
HexE6A92A01B52A294f35
Octal34625152033122125111765
Binary1110011010101001101010011011101001010101010011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A92A; }

 p { color: rgb(230,169,42); }

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

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

 a { background-color: rgb(230,169,42); }

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

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

 span { border-color: rgb(230,169,42); }

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