Html Css Color HEX #E7940B Gamboge

📋 copy color: '#E7940B'

red 231 ◦ green 148 ◦ blue 11

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

Shades of Gamboge #E7940B

Tints of Gamboge #E7940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.82%

R = 59.23%
G = 37.95%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7940B (or 0xE7940B) is known color: Gamboge. HEX triplet: E7, 94 and 0B. RGB value is (231,148,11). Sum of RGB (Red+Green+Blue) = 231+148+11=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7940B is #186BF4. Grayscale: #9D9D9D. Windows color (decimal): -1600501 or 759015. OLE color: 759015.

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

Color convert

RGB 231 148 11 -
CMYK 0 0.36 0.95 0.09
HSL 37.36º 0.91% 0.47% -
HSV(B) 37.36º 0.95% 0.91% -
XYZ 43.61 38.19 5.39 -
YUV 157.2 45.5 180.64 -
System Red Green Blue C M Y K H S L
Decimal 231 148 11 0 0.36 0.95 0.09 37.36 0.91 0.47
Hex E7 94 B 0 24 5F 9 25 5B 2F
Octal 347 224 13 0 44 137 11 45 133 57
Binary 11100111 10010100 1011 0 100100 1011111 1001 100101 1011011 101111

Color Harmonies of #E7940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7940B

Black with #E7940B

Text Example


Text Example

White with #E7940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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