Html Css Color HEX #E2930A Gamboge

📋 copy color: '#E2930A'

red 226 ◦ green 147 ◦ blue 10

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

Shades of Gamboge #E2930A

Tints of Gamboge #E2930A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 59.01%
G = 38.38%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2930A (or 0xE2930A) is known color: Gamboge. HEX triplet: E2, 93 and 0A. RGB value is (226,147,10). Sum of RGB (Red+Green+Blue) = 226+147+10=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E2930A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2930A is #1D6CF5. Grayscale: #9B9B9B. Windows color (decimal): -1928438 or 693218. OLE color: 693218.

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

Color convert

RGB 226 147 10 -
CMYK 0 0.35 0.96 0.11
HSL 38.06º 0.92% 0.46% -
HSV(B) 38.06º 0.96% 0.89% -
XYZ 41.85 37.06 5.23 -
YUV 155 46.17 178.64 -
System Red Green Blue C M Y K H S L
Decimal 226 147 10 0 0.35 0.96 0.11 38.06 0.92 0.46
Hex E2 93 A 0 23 60 B 26 5C 2E
Octal 342 223 12 0 43 140 13 46 134 56
Binary 11100010 10010011 1010 0 100011 1100000 1011 100110 1011100 101110

Color Harmonies of #E2930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2930A

Black with #E2930A

Text Example


Text Example

White with #E2930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2930A; }

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

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

background-color css

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

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

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

border-color css

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

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

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