#E2950A

Color #E2950A Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #E2950A

Tints of Gamboge #E2950A

Color information

#E2950A (or 0xE2950A) is unknown color: approx Gamboge. HEX triplet: E2, 95 and 0A. RGB value is (226,149,10). Sum of RGB (Red+Green+Blue) = 226+149+10=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2950A is #1D6AF5. Grayscale: #9C9C9C. Windows color (decimal): -1927926 or 693730. OLE color: 693730.

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

Color convert

RGB22614910-
CMYK00.340.960.11
HSL38.61º91.53%46.27%-
HSV(B)38.61º95.58%88.63%-
XYZ42.1737.695.34-
YUV156.1845.51177.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.70%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=58.70%
G=38.70%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261491000.340.960.1138.6191.5346.27
HexE295A02260B275c2e
Octal34222512042140134713456
Binary111000101001010110100100010110000010111001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2950A; }

 p { color: rgb(226,149,10); }

 H1.HeaderClassName
 {
   color: #E2950A;
 }
 .AnyTagClassName
 {
   color: #E2950A;
 }
</style>
background-color css

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

 a { background-color: rgb(226,149,10); }

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

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

 span { border-color: rgb(226,149,10); }

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