Html Css Color HEX #E1960B Gamboge

📋 copy color: '#E1960B'

red 225 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #E1960B

Tints of Gamboge #E1960B

RGB

 RED value IS 225 (88.28% from 255) = 58.29%

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

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

R = 58.29%
G = 38.86%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1960B (or 0xE1960B) is known color: Gamboge. HEX triplet: E1, 96 and 0B. RGB value is (225,150,11). Sum of RGB (Red+Green+Blue) = 225+150+11=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1960B is #1E69F4. Grayscale: #9D9D9D. Windows color (decimal): -1993205 or 759521. OLE color: 759521.

HSL color Cylindrical-coordinate representation of color #E1960B: hue angle of 38.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1960B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 150 11 -
CMYK 0 0.33 0.95 0.12
HSL 38.97º 0.91% 0.46% -
HSV(B) 38.97º 0.95% 0.88% -
XYZ 42.02 37.84 5.41 -
YUV 156.58 45.85 176.8 -
System Red Green Blue C M Y K H S L
Decimal 225 150 11 0 0.33 0.95 0.12 38.97 0.91 0.46
Hex E1 96 B 0 21 5F C 27 5B 2E
Octal 341 226 13 0 41 137 14 47 133 56
Binary 11100001 10010110 1011 0 100001 1011111 1100 100111 1011011 101110

Color Harmonies of #E1960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1960B

Black with #E1960B

Text Example


Text Example

White with #E1960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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