Html Css Color HEX #E7940E Gamboge

📋 copy color: '#E7940E'

red 231 ◦ green 148 ◦ blue 14

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

Shades of Gamboge #E7940E

Tints of Gamboge #E7940E

RGB

 RED value IS 231 (90.63% from 255) = 58.78%

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

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

R = 58.78%
G = 37.66%
B = 3.56%

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

#E7940E (or 0xE7940E) is known color: Gamboge. HEX triplet: E7, 94 and 0E. RGB value is (231,148,14). Sum of RGB (Red+Green+Blue) = 231+148+14=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7940E is #186BF1. Grayscale: #9E9E9E. Windows color (decimal): -1600498 or 955623. OLE color: 955623.

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

Color convert

RGB 231 148 14 -
CMYK 0 0.36 0.94 0.09
HSL 37.05º 0.89% 0.48% -
HSV(B) 37.05º 0.94% 0.91% -
XYZ 43.62 38.2 5.49 -
YUV 157.54 47 180.4 -
System Red Green Blue C M Y K H S L
Decimal 231 148 14 0 0.36 0.94 0.09 37.05 0.89 0.48
Hex E7 94 E 0 24 5E 9 25 59 30
Octal 347 224 16 0 44 136 11 45 131 60
Binary 11100111 10010100 1110 0 100100 1011110 1001 100101 1011001 110000

Color Harmonies of #E7940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7940E

Black with #E7940E

Text Example


Text Example

White with #E7940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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