Html Css Color HEX #E2910C Gamboge

📋 copy color: '#E2910C'

red 226 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #E2910C

Tints of Gamboge #E2910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 59.01%
G = 37.86%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2910C (or 0xE2910C) is known color: Gamboge. HEX triplet: E2, 91 and 0C. RGB value is (226,145,12). Sum of RGB (Red+Green+Blue) = 226+145+12=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E2910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2910C is #1D6EF3. Grayscale: #9A9A9A. Windows color (decimal): -1928948 or 823778. OLE color: 823778.

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

Color convert

RGB 226 145 12 -
CMYK 0 0.36 0.95 0.11
HSL 37.29º 0.9% 0.47% -
HSV(B) 37.29º 0.95% 0.89% -
XYZ 41.56 36.45 5.19 -
YUV 154.06 47.84 179.31 -
System Red Green Blue C M Y K H S L
Decimal 226 145 12 0 0.36 0.95 0.11 37.29 0.9 0.47
Hex E2 91 C 0 24 5F B 25 5A 2F
Octal 342 221 14 0 44 137 13 45 132 57
Binary 11100010 10010001 1100 0 100100 1011111 1011 100101 1011010 101111

Color Harmonies of #E2910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2910C

Black with #E2910C

Text Example


Text Example

White with #E2910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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