Html Css Color HEX #E99A0B Gamboge

📋 copy color: '#E99A0B'

red 233 ◦ green 154 ◦ blue 11

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

Shades of Gamboge #E99A0B

Tints of Gamboge #E99A0B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

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

R = 58.54%
G = 38.69%
B = 2.76%

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

#E99A0B (or 0xE99A0B) is known color: Gamboge. HEX triplet: E9, 9A and 0B. RGB value is (233,154,11). Sum of RGB (Red+Green+Blue) = 233+154+11=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99A0B is #1665F4. Grayscale: #A1A1A1. Windows color (decimal): -1467893 or 760553. OLE color: 760553.

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

Color convert

RGB 233 154 11 -
CMYK 0 0.34 0.95 0.09
HSL 38.65º 0.91% 0.48% -
HSV(B) 38.65º 0.95% 0.91% -
XYZ 45.22 40.46 5.74 -
YUV 161.32 43.17 179.13 -
System Red Green Blue C M Y K H S L
Decimal 233 154 11 0 0.34 0.95 0.09 38.65 0.91 0.48
Hex E9 9A B 0 22 5F 9 27 5B 30
Octal 351 232 13 0 42 137 11 47 133 60
Binary 11101001 10011010 1011 0 100010 1011111 1001 100111 1011011 110000

Color Harmonies of #E99A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99A0B

Black with #E99A0B

Text Example


Text Example

White with #E99A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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