Html Css Color HEX #E2941A Gamboge

📋 copy color: '#E2941A'

red 226 ◦ green 148 ◦ blue 26

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

Shades of Gamboge #E2941A

Tints of Gamboge #E2941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 56.5%
G = 37%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2941A (or 0xE2941A) is known color: Gamboge. HEX triplet: E2, 94 and 1A. RGB value is (226,148,26). Sum of RGB (Red+Green+Blue) = 226+148+26=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2941A is #1D6BE5. Grayscale: #9D9D9D. Windows color (decimal): -1928166 or 1742050. OLE color: 1742050.

HSL color Cylindrical-coordinate representation of color #E2941A: hue angle of 36.6º 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 #E2941A is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 26 -
CMYK 0 0.35 0.88 0.11
HSL 36.6º 0.79% 0.49% -
HSV(B) 36.6º 0.88% 0.89% -
XYZ 42.14 37.42 5.98 -
YUV 157.41 53.84 176.92 -
System Red Green Blue C M Y K H S L
Decimal 226 148 26 0 0.35 0.88 0.11 36.6 0.79 0.49
Hex E2 94 1A 0 23 58 B 25 4F 31
Octal 342 224 32 0 43 130 13 45 117 61
Binary 11100010 10010100 11010 0 100011 1011000 1011 100101 1001111 110001

Color Harmonies of #E2941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2941A

Black with #E2941A

Text Example


Text Example

White with #E2941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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