Html Css Color HEX #E8940E Gamboge

📋 copy color: '#E8940E'

red 232 ◦ green 148 ◦ blue 14

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

Shades of Gamboge #E8940E

Tints of Gamboge #E8940E

RGB

 RED value IS 232 (91.02% from 255) = 58.88%

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

 BLUE value IS 14 (5.86% from 255) = 3.55%

R = 58.88%
G = 37.56%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8940E (or 0xE8940E) is known color: Gamboge. HEX triplet: E8, 94 and 0E. RGB value is (232,148,14). Sum of RGB (Red+Green+Blue) = 232+148+14=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8940E is #176BF1. Grayscale: #9E9E9E. Windows color (decimal): -1534962 or 955624. OLE color: 955624.

HSL color Cylindrical-coordinate representation of color #E8940E: hue angle of 36.88º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8940E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 14 -
CMYK 0 0.36 0.94 0.09
HSL 36.88º 0.89% 0.48% -
HSV(B) 36.88º 0.94% 0.91% -
XYZ 43.95 38.37 5.5 -
YUV 157.84 46.83 180.9 -
System Red Green Blue C M Y K H S L
Decimal 232 148 14 0 0.36 0.94 0.09 36.88 0.89 0.48
Hex E8 94 E 0 24 5E 9 25 59 30
Octal 350 224 16 0 44 136 11 45 131 60
Binary 11101000 10010100 1110 0 100100 1011110 1001 100101 1011001 110000

Color Harmonies of #E8940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8940E

Black with #E8940E

Text Example


Text Example

White with #E8940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8940E; }

 p { color: rgb(232,148,14); }

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

background-color css

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

 a { background-color: rgb(232,148,14); }

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

border-color css

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

 span { border-color: rgb(232,148,14); }

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