Html Css Color HEX #E5960B Gamboge

📋 copy color: '#E5960B'

red 229 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #E5960B

Tints of Gamboge #E5960B

RGB

 RED value IS 229 (89.84% from 255) = 58.72%

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

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

R = 58.72%
G = 38.46%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5960B (or 0xE5960B) is known color: Gamboge. HEX triplet: E5, 96 and 0B. RGB value is (229,150,11). Sum of RGB (Red+Green+Blue) = 229+150+11=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5960B is #1A69F4. Grayscale: #9E9E9E. Windows color (decimal): -1731061 or 759525. OLE color: 759525.

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

Color convert

RGB 229 150 11 -
CMYK 0 0.34 0.95 0.10
HSL 38.26º 0.91% 0.47% -
HSV(B) 38.26º 0.95% 0.9% -
XYZ 43.28 38.49 5.47 -
YUV 157.78 45.17 178.8 -
System Red Green Blue C M Y K H S L
Decimal 229 150 11 0 0.34 0.95 0.10 38.26 0.91 0.47
Hex E5 96 B 0 22 5F A 26 5B 2F
Octal 345 226 13 0 42 137 12 46 133 57
Binary 11100101 10010110 1011 0 100010 1011111 1010 100110 1011011 101111

Color Harmonies of #E5960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5960B

Black with #E5960B

Text Example


Text Example

White with #E5960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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