Html Css Color HEX #E2920C Gamboge

📋 copy color: '#E2920C'

red 226 ◦ green 146 ◦ blue 12

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

Shades of Gamboge #E2920C

Tints of Gamboge #E2920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

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

R = 58.85%
G = 38.02%
B = 3.13%

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

#E2920C (or 0xE2920C) is known color: Gamboge. HEX triplet: E2, 92 and 0C. RGB value is (226,146,12). Sum of RGB (Red+Green+Blue) = 226+146+12=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2920C is #1D6DF3. Grayscale: #9B9B9B. Windows color (decimal): -1928692 or 824034. OLE color: 824034.

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

Color convert

RGB 226 146 12 -
CMYK 0 0.35 0.95 0.11
HSL 37.57º 0.9% 0.47% -
HSV(B) 37.57º 0.95% 0.89% -
XYZ 41.71 36.75 5.24 -
YUV 154.64 47.5 178.9 -
System Red Green Blue C M Y K H S L
Decimal 226 146 12 0 0.35 0.95 0.11 37.57 0.9 0.47
Hex E2 92 C 0 23 5F B 26 5A 2F
Octal 342 222 14 0 43 137 13 46 132 57
Binary 11100010 10010010 1100 0 100011 1011111 1011 100110 1011010 101111

Color Harmonies of #E2920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2920C

Black with #E2920C

Text Example


Text Example

White with #E2920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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