Html Css Color HEX #E2930C Gamboge

📋 copy color: '#E2930C'

red 226 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #E2930C

Tints of Gamboge #E2930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 58.7%
G = 38.18%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2930C (or 0xE2930C) is known color: Gamboge. HEX triplet: E2, 93 and 0C. RGB value is (226,147,12). Sum of RGB (Red+Green+Blue) = 226+147+12=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2930C is #1D6CF3. Grayscale: #9B9B9B. Windows color (decimal): -1928436 or 824290. OLE color: 824290.

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

Color convert

RGB 226 147 12 -
CMYK 0 0.35 0.95 0.11
HSL 37.85º 0.9% 0.47% -
HSV(B) 37.85º 0.95% 0.89% -
XYZ 41.86 37.06 5.3 -
YUV 155.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 226 147 12 0 0.35 0.95 0.11 37.85 0.9 0.47
Hex E2 93 C 0 23 5F B 26 5A 2F
Octal 342 223 14 0 43 137 13 46 132 57
Binary 11100010 10010011 1100 0 100011 1011111 1011 100110 1011010 101111

Color Harmonies of #E2930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2930C

Black with #E2930C

Text Example


Text Example

White with #E2930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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