Html Css Color HEX #E99A00 Gamboge

📋 copy color: '#E99A00'

red 233 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #E99A00

Tints of Gamboge #E99A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.21%
G = 39.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E99A00 (or 0xE99A00) is known color: Gamboge. HEX triplet: E9, 9A and 00. RGB value is (233,154,0). Sum of RGB (Red+Green+Blue) = 233+154+0=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99A00 is #1665FF. Grayscale: #A0A0A0. Windows color (decimal): -1467904 or 39657. OLE color: 39657.

HSL color Cylindrical-coordinate representation of color #E99A00: hue angle of 39.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E99A00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 154 0 -
CMYK 0 0.34 1 0.09
HSL 39.66º 1% 0.46% -
HSV(B) 39.66º 1% 0.91% -
XYZ 45.16 40.43 5.42 -
YUV 160.07 37.67 180.02 -
System Red Green Blue C M Y K H S L
Decimal 233 154 0 0 0.34 1 0.09 39.66 1 0.46
Hex E9 9A 0 0 22 64 9 28 64 2E
Octal 351 232 0 0 42 144 11 50 144 56
Binary 11101001 10011010 0 0 100010 1100100 1001 101000 1100100 101110

Color Harmonies of #E99A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99A00

Black with #E99A00

Text Example


Text Example

White with #E99A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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