Html Css Color HEX #E2940C Gamboge

📋 copy color: '#E2940C'

red 226 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #E2940C

Tints of Gamboge #E2940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 58.55%
G = 38.34%
B = 3.11%

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

#E2940C (or 0xE2940C) is known color: Gamboge. HEX triplet: E2, 94 and 0C. RGB value is (226,148,12). Sum of RGB (Red+Green+Blue) = 226+148+12=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2940C is #1D6BF3. Grayscale: #9C9C9C. Windows color (decimal): -1928180 or 824546. OLE color: 824546.

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

Color convert

RGB 226 148 12 -
CMYK 0 0.35 0.95 0.11
HSL 38.13º 0.9% 0.47% -
HSV(B) 38.13º 0.95% 0.89% -
XYZ 42.02 37.38 5.35 -
YUV 155.82 46.84 178.06 -
System Red Green Blue C M Y K H S L
Decimal 226 148 12 0 0.35 0.95 0.11 38.13 0.9 0.47
Hex E2 94 C 0 23 5F B 26 5A 2F
Octal 342 224 14 0 43 137 13 46 132 57
Binary 11100010 10010100 1100 0 100011 1011111 1011 100110 1011010 101111

Color Harmonies of #E2940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2940C

Black with #E2940C

Text Example


Text Example

White with #E2940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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