Html Css Color HEX #E7960B Gamboge

📋 copy color: '#E7960B'

red 231 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #E7960B

Tints of Gamboge #E7960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

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

R = 58.93%
G = 38.27%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7960B (or 0xE7960B) is known color: Gamboge. HEX triplet: E7, 96 and 0B. RGB value is (231,150,11). Sum of RGB (Red+Green+Blue) = 231+150+11=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7960B is #1869F4. Grayscale: #9F9F9F. Windows color (decimal): -1599989 or 759527. OLE color: 759527.

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

Color convert

RGB 231 150 11 -
CMYK 0 0.35 0.95 0.09
HSL 37.91º 0.91% 0.47% -
HSV(B) 37.91º 0.95% 0.91% -
XYZ 43.92 38.83 5.5 -
YUV 158.37 44.84 179.8 -
System Red Green Blue C M Y K H S L
Decimal 231 150 11 0 0.35 0.95 0.09 37.91 0.91 0.47
Hex E7 96 B 0 23 5F 9 26 5B 2F
Octal 347 226 13 0 43 137 11 46 133 57
Binary 11100111 10010110 1011 0 100011 1011111 1001 100110 1011011 101111

Color Harmonies of #E7960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7960B

Black with #E7960B

Text Example


Text Example

White with #E7960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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