Html Css Color HEX #E9980A Gamboge

📋 copy color: '#E9980A'

red 233 ◦ green 152 ◦ blue 10

#E9980A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #E9980A

Tints of Gamboge #E9980A

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.3% from 255) = 2.53%

R = 58.99%
G = 38.48%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9980A (or 0xE9980A) is known color: 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

RGB 233 152 10 -
CMYK 0 0.35 0.96 0.09
HSL 38.21º 0.92% 0.48% -
HSV(B) 38.21º 0.96% 0.91% -
XYZ 44.89 39.8 5.6 -
YUV 160.03 43.34 180.05 -
System Red Green Blue C M Y K H S L
Decimal 233 152 10 0 0.35 0.96 0.09 38.21 0.92 0.48
Hex E9 98 A 0 23 60 9 26 5C 30
Octal 351 230 12 0 43 140 11 46 134 60
Binary 11101001 10011000 1010 0 100011 1100000 1001 100110 1011100 110000

Color Harmonies of #E9980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9980A

Black with #E9980A

Text Example


Text Example

White with #E9980A

Text Example


Text Example

HTML Codes & Css Web 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>