Html Css Color HEX #E99400 Gamboge

📋 copy color: '#E99400'

red 233 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #E99400

Tints of Gamboge #E99400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

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

R = 61.15%
G = 38.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E99400 (or 0xE99400) is known color: Gamboge. HEX triplet: E9, 94 and 00. RGB value is (233,148,0). Sum of RGB (Red+Green+Blue) = 233+148+0=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E99400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99400 is #166BFF. Grayscale: #9D9D9D. Windows color (decimal): -1469440 or 38121. OLE color: 38121.

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

Color convert

RGB 233 148 0 -
CMYK 0 0.36 1 0.09
HSL 38.11º 1% 0.46% -
HSV(B) 38.11º 1% 0.91% -
XYZ 44.19 38.5 5.1 -
YUV 156.54 39.66 182.53 -
System Red Green Blue C M Y K H S L
Decimal 233 148 0 0 0.36 1 0.09 38.11 1 0.46
Hex E9 94 0 0 24 64 9 26 64 2E
Octal 351 224 0 0 44 144 11 46 144 56
Binary 11101001 10010100 0 0 100100 1100100 1001 100110 1100100 101110

Color Harmonies of #E99400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99400

Black with #E99400

Text Example


Text Example

White with #E99400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99400; }

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

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

background-color css

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

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

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

border-color css

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

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

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