Html Css Color HEX #E9990B Gamboge

📋 copy color: '#E9990B'

red 233 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #E9990B

Tints of Gamboge #E9990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 58.69%
G = 38.54%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9990B (or 0xE9990B) is known color: Gamboge. HEX triplet: E9, 99 and 0B. RGB value is (233,153,11). Sum of RGB (Red+Green+Blue) = 233+153+11=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E9990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9990B is #1666F4. Grayscale: #A1A1A1. Windows color (decimal): -1468149 or 760297. OLE color: 760297.

HSL color Cylindrical-coordinate representation of color #E9990B: hue angle of 38.38º degrees, saturation: 0.91, 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 #E9990B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 153 11 -
CMYK 0 0.34 0.95 0.09
HSL 38.38º 0.91% 0.48% -
HSV(B) 38.38º 0.95% 0.91% -
XYZ 45.06 40.13 5.69 -
YUV 160.73 43.5 179.55 -
System Red Green Blue C M Y K H S L
Decimal 233 153 11 0 0.34 0.95 0.09 38.38 0.91 0.48
Hex E9 99 B 0 22 5F 9 26 5B 30
Octal 351 231 13 0 42 137 11 46 133 60
Binary 11101001 10011001 1011 0 100010 1011111 1001 100110 1011011 110000

Color Harmonies of #E9990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9990B

Black with #E9990B

Text Example


Text Example

White with #E9990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9990B; }

 p { color: rgb(233,153,11); }

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

background-color css

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

 a { background-color: rgb(233,153,11); }

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

border-color css

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

 span { border-color: rgb(233,153,11); }

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