Html Css Color HEX #E99D00 Gamboge

📋 copy color: '#E99D00'

red 233 ◦ green 157 ◦ blue 0

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

Shades of Gamboge #E99D00

Tints of Gamboge #E99D00

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.26%

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

R = 59.74%
G = 40.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E99D00 (or 0xE99D00) is known color: Gamboge. HEX triplet: E9, 9D and 00. RGB value is (233,157,0). Sum of RGB (Red+Green+Blue) = 233+157+0=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D00 is #1662FF. Grayscale: #A2A2A2. Windows color (decimal): -1467136 or 40425. OLE color: 40425.

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

Color convert

RGB 233 157 0 -
CMYK 0 0.33 1 0.09
HSL 40.43º 1% 0.46% -
HSV(B) 40.43º 1% 0.91% -
XYZ 45.66 41.44 5.59 -
YUV 161.83 36.68 178.77 -
System Red Green Blue C M Y K H S L
Decimal 233 157 0 0 0.33 1 0.09 40.43 1 0.46
Hex E9 9D 0 0 21 64 9 28 64 2E
Octal 351 235 0 0 41 144 11 50 144 56
Binary 11101001 10011101 0 0 100001 1100100 1001 101000 1100100 101110

Color Harmonies of #E99D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99D00

Black with #E99D00

Text Example


Text Example

White with #E99D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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