Html Css Color HEX #E8960B Gamboge

📋 copy color: '#E8960B'

red 232 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #E8960B

Tints of Gamboge #E8960B

RGB

 RED value IS 232 (91.02% from 255) = 59.03%

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

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

R = 59.03%
G = 38.17%
B = 2.8%

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

#E8960B (or 0xE8960B) is known color: Gamboge. HEX triplet: E8, 96 and 0B. RGB value is (232,150,11). Sum of RGB (Red+Green+Blue) = 232+150+11=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E8960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8960B is #1769F4. Grayscale: #9F9F9F. Windows color (decimal): -1534453 or 759528. OLE color: 759528.

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

Color convert

RGB 232 150 11 -
CMYK 0 0.35 0.95 0.09
HSL 37.74º 0.91% 0.48% -
HSV(B) 37.74º 0.95% 0.91% -
XYZ 44.25 38.99 5.51 -
YUV 158.67 44.67 180.3 -
System Red Green Blue C M Y K H S L
Decimal 232 150 11 0 0.35 0.95 0.09 37.74 0.91 0.48
Hex E8 96 B 0 23 5F 9 26 5B 30
Octal 350 226 13 0 43 137 11 46 133 60
Binary 11101000 10010110 1011 0 100011 1011111 1001 100110 1011011 110000

Color Harmonies of #E8960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8960B

Black with #E8960B

Text Example


Text Example

White with #E8960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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