Html Css Color HEX #E9A00B Gamboge

📋 copy color: '#E9A00B'

red 233 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #E9A00B

Tints of Gamboge #E9A00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

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

R = 57.67%
G = 39.6%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9A00B (or 0xE9A00B) is known color: Gamboge. HEX triplet: E9, A0 and 0B. RGB value is (233,160,11). Sum of RGB (Red+Green+Blue) = 233+160+11=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A00B is #165FF4. Grayscale: #A5A5A5. Windows color (decimal): -1466357 or 762089. OLE color: 762089.

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

Color convert

RGB 233 160 11 -
CMYK 0 0.31 0.95 0.09
HSL 40.27º 0.91% 0.48% -
HSV(B) 40.27º 0.95% 0.91% -
XYZ 46.24 42.49 6.08 -
YUV 164.84 41.18 176.62 -
System Red Green Blue C M Y K H S L
Decimal 233 160 11 0 0.31 0.95 0.09 40.27 0.91 0.48
Hex E9 A0 B 0 1F 5F 9 28 5B 30
Octal 351 240 13 0 37 137 11 50 133 60
Binary 11101001 10100000 1011 0 11111 1011111 1001 101000 1011011 110000

Color Harmonies of #E9A00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A00B

Black with #E9A00B

Text Example


Text Example

White with #E9A00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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