Html Css Color HEX #E1961A Gamboge

📋 copy color: '#E1961A'

red 225 ◦ green 150 ◦ blue 26

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

Shades of Gamboge #E1961A

Tints of Gamboge #E1961A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.48%

R = 56.11%
G = 37.41%
B = 6.48%

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

#E1961A (or 0xE1961A) is known color: Gamboge. HEX triplet: E1, 96 and 1A. RGB value is (225,150,26). Sum of RGB (Red+Green+Blue) = 225+150+26=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1961A is #1E69E5. Grayscale: #9E9E9E. Windows color (decimal): -1993190 or 1742561. OLE color: 1742561.

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

Color convert

RGB 225 150 26 -
CMYK 0 0.33 0.88 0.12
HSL 37.39º 0.79% 0.49% -
HSV(B) 37.39º 0.88% 0.88% -
XYZ 42.14 37.89 6.07 -
YUV 158.29 53.35 175.58 -
System Red Green Blue C M Y K H S L
Decimal 225 150 26 0 0.33 0.88 0.12 37.39 0.79 0.49
Hex E1 96 1A 0 21 58 C 25 4F 31
Octal 341 226 32 0 41 130 14 45 117 61
Binary 11100001 10010110 11010 0 100001 1011000 1100 100101 1001111 110001

Color Harmonies of #E1961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1961A

Black with #E1961A

Text Example


Text Example

White with #E1961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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