Html Css Color HEX #E9980C Gamboge

📋 copy color: '#E9980C'

red 233 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #E9980C

Tints of Gamboge #E9980C

RGB

 RED value IS 233 (91.41% from 255) = 58.69%

 GREEN value IS 152 (59.77% from 255) = 38.29%

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 58.69%
G = 38.29%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9980C (or 0xE9980C) is known color: Gamboge. HEX triplet: E9, 98 and 0C. RGB value is (233,152,12). Sum of RGB (Red+Green+Blue) = 233+152+12=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E9980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9980C is #1667F3. Grayscale: #A0A0A0. Windows color (decimal): -1468404 or 825577. OLE color: 825577.

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

Color convert

RGB 233 152 12 -
CMYK 0 0.35 0.95 0.09
HSL 38.01º 0.9% 0.48% -
HSV(B) 38.01º 0.95% 0.91% -
XYZ 44.9 39.81 5.66 -
YUV 160.26 44.34 179.88 -
System Red Green Blue C M Y K H S L
Decimal 233 152 12 0 0.35 0.95 0.09 38.01 0.9 0.48
Hex E9 98 C 0 23 5F 9 26 5A 30
Octal 351 230 14 0 43 137 11 46 132 60
Binary 11101001 10011000 1100 0 100011 1011111 1001 100110 1011010 110000

Color Harmonies of #E9980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9980C

Black with #E9980C

Text Example


Text Example

White with #E9980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9980C; }

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

 H1.HeaderClassName
 {
   color: #E9980C;
 }
 .AnyTagClassName
 {
   color: #E9980C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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