Html Css Color HEX #E5940E Gamboge

📋 copy color: '#E5940E'

red 229 ◦ green 148 ◦ blue 14

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

Shades of Gamboge #E5940E

Tints of Gamboge #E5940E

RGB

 RED value IS 229 (89.84% from 255) = 58.57%

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

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

R = 58.57%
G = 37.85%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5940E (or 0xE5940E) is known color: Gamboge. HEX triplet: E5, 94 and 0E. RGB value is (229,148,14). Sum of RGB (Red+Green+Blue) = 229+148+14=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5940E is #1A6BF1. Grayscale: #9D9D9D. Windows color (decimal): -1731570 or 955621. OLE color: 955621.

HSL color Cylindrical-coordinate representation of color #E5940E: hue angle of 37.4º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5940E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 148 14 -
CMYK 0 0.35 0.94 0.10
HSL 37.4º 0.88% 0.48% -
HSV(B) 37.4º 0.94% 0.9% -
XYZ 42.98 37.87 5.46 -
YUV 156.94 47.34 179.4 -
System Red Green Blue C M Y K H S L
Decimal 229 148 14 0 0.35 0.94 0.10 37.4 0.88 0.48
Hex E5 94 E 0 23 5E A 25 58 30
Octal 345 224 16 0 43 136 12 45 130 60
Binary 11100101 10010100 1110 0 100011 1011110 1010 100101 1011000 110000

Color Harmonies of #E5940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5940E

Black with #E5940E

Text Example


Text Example

White with #E5940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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