#E6B624

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

Shades of Gold Tips #E6B624

Tints of Gold Tips #E6B624

Color information

#E6B624 (or 0xE6B624) is unknown color: approx Gold Tips. HEX triplet: E6, B6 and 24. RGB value is (230,182,36). Sum of RGB (Red+Green+Blue) = 230+182+36=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B624 is #1949DB. Grayscale: #B4B4B4. Windows color (decimal): -1657308 or 2406118. OLE color: 2406118.

HSL color Cylindrical-coordinate representation of color #E6B624: hue angle of 45.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6B624 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB23018236-
CMYK00.210.840.10
HSL45.15º79.51%52.16%-
HSV(B)45.15º84.35%90.2%-
XYZ49.6850.418.78-
YUV179.7146.9163.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.34%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 36 (14.45% from 255) = 8.04%
R=51.34%
G=40.62%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301823600.210.840.1045.1579.5152.16
HexE6B62401554A2d5034
Octal34626644025124125512064
Binary1110011010110110100100010101101010010101011011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B624; }

 p { color: rgb(230,182,36); }

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

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

 a { background-color: rgb(230,182,36); }

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

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

 span { border-color: rgb(230,182,36); }

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