Html Css Color HEX #E2961A Gamboge

📋 copy color: '#E2961A'

red 226 ◦ green 150 ◦ blue 26

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

Shades of Gamboge #E2961A

Tints of Gamboge #E2961A

RGB

 RED value IS 226 (88.67% from 255) = 56.22%

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

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

R = 56.22%
G = 37.31%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2961A (or 0xE2961A) is known color: Gamboge. HEX triplet: E2, 96 and 1A. RGB value is (226,150,26). Sum of RGB (Red+Green+Blue) = 226+150+26=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2961A is #1D69E5. Grayscale: #9F9F9F. Windows color (decimal): -1927654 or 1742562. OLE color: 1742562.

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

Color convert

RGB 226 150 26 -
CMYK 0 0.34 0.88 0.11
HSL 37.2º 0.79% 0.49% -
HSV(B) 37.2º 0.88% 0.89% -
XYZ 42.46 38.06 6.09 -
YUV 158.59 53.18 176.08 -
System Red Green Blue C M Y K H S L
Decimal 226 150 26 0 0.34 0.88 0.11 37.2 0.79 0.49
Hex E2 96 1A 0 22 58 B 25 4F 31
Octal 342 226 32 0 42 130 13 45 117 61
Binary 11100010 10010110 11010 0 100010 1011000 1011 100101 1001111 110001

Color Harmonies of #E2961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2961A

Black with #E2961A

Text Example


Text Example

White with #E2961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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