Html Css Color HEX #E1961C Gamboge

📋 copy color: '#E1961C'

red 225 ◦ green 150 ◦ blue 28

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

Shades of Gamboge #E1961C

Tints of Gamboge #E1961C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 55.83%
G = 37.22%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1961C (or 0xE1961C) is known color: Gamboge. HEX triplet: E1, 96 and 1C. RGB value is (225,150,28). Sum of RGB (Red+Green+Blue) = 225+150+28=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1961C is #1E69E3. Grayscale: #9F9F9F. Windows color (decimal): -1993188 or 1873633. OLE color: 1873633.

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

Color convert

RGB 225 150 28 -
CMYK 0 0.33 0.88 0.12
HSL 37.16º 0.78% 0.5% -
HSV(B) 37.16º 0.88% 0.88% -
XYZ 42.17 37.9 6.19 -
YUV 158.52 54.35 175.42 -
System Red Green Blue C M Y K H S L
Decimal 225 150 28 0 0.33 0.88 0.12 37.16 0.78 0.5
Hex E1 96 1C 0 21 58 C 25 4E 32
Octal 341 226 34 0 41 130 14 45 116 62
Binary 11100001 10010110 11100 0 100001 1011000 1100 100101 1001110 110010

Color Harmonies of #E1961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1961C

Black with #E1961C

Text Example


Text Example

White with #E1961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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