Html Css Color HEX #E2950C Gamboge

📋 copy color: '#E2950C'

red 226 ◦ green 149 ◦ blue 12

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

Shades of Gamboge #E2950C

Tints of Gamboge #E2950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 58.4%
G = 38.5%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2950C (or 0xE2950C) is known color: Gamboge. HEX triplet: E2, 95 and 0C. RGB value is (226,149,12). Sum of RGB (Red+Green+Blue) = 226+149+12=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2950C is #1D6AF3. Grayscale: #9D9D9D. Windows color (decimal): -1927924 or 824802. OLE color: 824802.

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

Color convert

RGB 226 149 12 -
CMYK 0 0.34 0.95 0.11
HSL 38.41º 0.9% 0.47% -
HSV(B) 38.41º 0.95% 0.89% -
XYZ 42.18 37.69 5.4 -
YUV 156.41 46.51 177.64 -
System Red Green Blue C M Y K H S L
Decimal 226 149 12 0 0.34 0.95 0.11 38.41 0.9 0.47
Hex E2 95 C 0 22 5F B 26 5A 2F
Octal 342 225 14 0 42 137 13 46 132 57
Binary 11100010 10010101 1100 0 100010 1011111 1011 100110 1011010 101111

Color Harmonies of #E2950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2950C

Black with #E2950C

Text Example


Text Example

White with #E2950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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