Html Css Color HEX #E7960F Gamboge

📋 copy color: '#E7960F'

red 231 ◦ green 150 ◦ blue 15

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

Shades of Gamboge #E7960F

Tints of Gamboge #E7960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 58.33%
G = 37.88%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7960F (or 0xE7960F) is known color: Gamboge. HEX triplet: E7, 96 and 0F. RGB value is (231,150,15). Sum of RGB (Red+Green+Blue) = 231+150+15=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E7960F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7960F is #1869F0. Grayscale: #9F9F9F. Windows color (decimal): -1599985 or 1021671. OLE color: 1021671.

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

Color convert

RGB 231 150 15 -
CMYK 0 0.35 0.94 0.09
HSL 37.5º 0.88% 0.48% -
HSV(B) 37.5º 0.94% 0.91% -
XYZ 43.95 38.84 5.63 -
YUV 158.83 46.84 179.48 -
System Red Green Blue C M Y K H S L
Decimal 231 150 15 0 0.35 0.94 0.09 37.5 0.88 0.48
Hex E7 96 F 0 23 5E 9 26 58 30
Octal 347 226 17 0 43 136 11 46 130 60
Binary 11100111 10010110 1111 0 100011 1011110 1001 100110 1011000 110000

Color Harmonies of #E7960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7960F

Black with #E7960F

Text Example


Text Example

White with #E7960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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