Html Css Color HEX #E3960C Gamboge

📋 copy color: '#E3960C'

red 227 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #E3960C

Tints of Gamboge #E3960C

RGB

 RED value IS 227 (89.06% from 255) = 58.35%

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 58.35%
G = 38.56%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3960C (or 0xE3960C) is known color: Gamboge. HEX triplet: E3, 96 and 0C. RGB value is (227,150,12). Sum of RGB (Red+Green+Blue) = 227+150+12=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E3960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3960C is #1C69F3. Grayscale: #9D9D9D. Windows color (decimal): -1862132 or 825059. OLE color: 825059.

HSL color Cylindrical-coordinate representation of color #E3960C: hue angle of 38.51º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3960C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 150 12 -
CMYK 0 0.34 0.95 0.11
HSL 38.51º 0.9% 0.47% -
HSV(B) 38.51º 0.95% 0.89% -
XYZ 42.65 38.17 5.47 -
YUV 157.29 46.01 177.72 -
System Red Green Blue C M Y K H S L
Decimal 227 150 12 0 0.34 0.95 0.11 38.51 0.9 0.47
Hex E3 96 C 0 22 5F B 27 5A 2F
Octal 343 226 14 0 42 137 13 47 132 57
Binary 11100011 10010110 1100 0 100010 1011111 1011 100111 1011010 101111

Color Harmonies of #E3960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3960C

Black with #E3960C

Text Example


Text Example

White with #E3960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3960C; }

 p { color: rgb(227,150,12); }

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

background-color css

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

 a { background-color: rgb(227,150,12); }

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

border-color css

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

 span { border-color: rgb(227,150,12); }

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