Html Css Color HEX #E39C12 Gamboge

📋 copy color: '#E39C12'

red 227 ◦ green 156 ◦ blue 18

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

Shades of Gamboge #E39C12

Tints of Gamboge #E39C12

RGB

 RED value IS 227 (89.06% from 255) = 56.61%

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 56.61%
G = 38.9%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E39C12 (or 0xE39C12) is known color: Gamboge. HEX triplet: E3, 9C and 12. RGB value is (227,156,18). Sum of RGB (Red+Green+Blue) = 227+156+18=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39C12 is #1C63ED. Grayscale: #A2A2A2. Windows color (decimal): -1860590 or 1219811. OLE color: 1219811.

HSL color Cylindrical-coordinate representation of color #E39C12: hue angle of 39.62º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E39C12 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 156 18 -
CMYK 0 0.31 0.92 0.11
HSL 39.62º 0.85% 0.48% -
HSV(B) 39.62º 0.92% 0.89% -
XYZ 43.68 40.15 6.02 -
YUV 161.5 47.02 174.72 -
System Red Green Blue C M Y K H S L
Decimal 227 156 18 0 0.31 0.92 0.11 39.62 0.85 0.48
Hex E3 9C 12 0 1F 5C B 28 55 30
Octal 343 234 22 0 37 134 13 50 125 60
Binary 11100011 10011100 10010 0 11111 1011100 1011 101000 1010101 110000

Color Harmonies of #E39C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39C12

Black with #E39C12

Text Example


Text Example

White with #E39C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39C12; }

 p { color: rgb(227,156,18); }

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

background-color css

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

 a { background-color: rgb(227,156,18); }

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

border-color css

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

 span { border-color: rgb(227,156,18); }

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