Html Css Color HEX #E2950B Gamboge

📋 copy color: '#E2950B'

red 226 ◦ green 149 ◦ blue 11

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

Shades of Gamboge #E2950B

Tints of Gamboge #E2950B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.85%

R = 58.55%
G = 38.6%
B = 2.85%

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

#E2950B (or 0xE2950B) is known color: Gamboge. HEX triplet: E2, 95 and 0B. RGB value is (226,149,11). Sum of RGB (Red+Green+Blue) = 226+149+11=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2950B is #1D6AF4. Grayscale: #9C9C9C. Windows color (decimal): -1927925 or 759266. OLE color: 759266.

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

Color convert

RGB 226 149 11 -
CMYK 0 0.34 0.95 0.11
HSL 38.51º 0.91% 0.46% -
HSV(B) 38.51º 0.95% 0.89% -
XYZ 42.17 37.69 5.37 -
YUV 156.29 46.01 177.72 -
System Red Green Blue C M Y K H S L
Decimal 226 149 11 0 0.34 0.95 0.11 38.51 0.91 0.46
Hex E2 95 B 0 22 5F B 27 5B 2E
Octal 342 225 13 0 42 137 13 47 133 56
Binary 11100010 10010101 1011 0 100010 1011111 1011 100111 1011011 101110

Color Harmonies of #E2950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2950B

Black with #E2950B

Text Example


Text Example

White with #E2950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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