#E9980A

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

Shades of Gamboge #E9980A

Tints of Gamboge #E9980A

Color information

#E9980A (or 0xE9980A) is unknown color: approx Gamboge. HEX triplet: E9, 98 and 0A. RGB value is (233,152,10). Sum of RGB (Red+Green+Blue) = 233+152+10=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9980A is #1667F5. Grayscale: #A0A0A0. Windows color (decimal): -1468406 or 694505. OLE color: 694505.

HSL color Cylindrical-coordinate representation of color #E9980A: hue angle of 38.21º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9980A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB23315210-
CMYK00.350.960.09
HSL38.21º91.77%47.65%-
HSV(B)38.21º95.71%91.37%-
XYZ44.8939.85.6-
YUV160.0343.34180.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.99%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 10 (4.30% from 255) = 2.53%
R=58.99%
G=38.48%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331521000.350.960.0938.2191.7747.65
HexE998A023609265c30
Octal35123012043140114613460
Binary111010011001100010100100011110000010011001101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9980A; }

 p { color: rgb(233,152,10); }

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

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

 a { background-color: rgb(233,152,10); }

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

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

 span { border-color: rgb(233,152,10); }

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