Html Css Color HEX #E5961A Gamboge

📋 copy color: '#E5961A'

red 229 ◦ green 150 ◦ blue 26

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

Shades of Gamboge #E5961A

Tints of Gamboge #E5961A

RGB

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

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

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

R = 56.54%
G = 37.04%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5961A (or 0xE5961A) is known color: Gamboge. HEX triplet: E5, 96 and 1A. RGB value is (229,150,26). Sum of RGB (Red+Green+Blue) = 229+150+26=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5961A is #1A69E5. Grayscale: #A0A0A0. Windows color (decimal): -1731046 or 1742565. OLE color: 1742565.

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

Color convert

RGB 229 150 26 -
CMYK 0 0.34 0.89 0.10
HSL 36.65º 0.8% 0.5% -
HSV(B) 36.65º 0.89% 0.9% -
XYZ 43.41 38.55 6.13 -
YUV 159.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 229 150 26 0 0.34 0.89 0.10 36.65 0.8 0.5
Hex E5 96 1A 0 22 59 A 25 50 32
Octal 345 226 32 0 42 131 12 45 120 62
Binary 11100101 10010110 11010 0 100010 1011001 1010 100101 1010000 110010

Color Harmonies of #E5961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5961A

Black with #E5961A

Text Example


Text Example

White with #E5961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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