Html Css Color HEX #E7960A Gamboge

📋 copy color: '#E7960A'

red 231 ◦ green 150 ◦ blue 10

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

Shades of Gamboge #E7960A

Tints of Gamboge #E7960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 59.08%
G = 38.36%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E7960A (or 0xE7960A) is known color: Gamboge. HEX triplet: E7, 96 and 0A. RGB value is (231,150,10). Sum of RGB (Red+Green+Blue) = 231+150+10=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7960A is #1869F5. Grayscale: #9E9E9E. Windows color (decimal): -1599990 or 693991. OLE color: 693991.

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

Color convert

RGB 231 150 10 -
CMYK 0 0.35 0.96 0.09
HSL 38.01º 0.92% 0.47% -
HSV(B) 38.01º 0.96% 0.91% -
XYZ 43.92 38.82 5.47 -
YUV 158.26 44.34 179.88 -
System Red Green Blue C M Y K H S L
Decimal 231 150 10 0 0.35 0.96 0.09 38.01 0.92 0.47
Hex E7 96 A 0 23 60 9 26 5C 2F
Octal 347 226 12 0 43 140 11 46 134 57
Binary 11100111 10010110 1010 0 100011 1100000 1001 100110 1011100 101111

Color Harmonies of #E7960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7960A

Black with #E7960A

Text Example


Text Example

White with #E7960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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