#E38C14

Color #E38C14 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #E38C14

Tints of Gamboge #E38C14

Color information

#E38C14 (or 0xE38C14) is unknown color: approx Gamboge. HEX triplet: E3, 8C and 14. RGB value is (227,140,20). Sum of RGB (Red+Green+Blue) = 227+140+20=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38C14 is #1C73EB. Grayscale: #989898. Windows color (decimal): -1864684 or 1346787. OLE color: 1346787.

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

Color convert

RGB22714020-
CMYK00.380.910.11
HSL34.78º83.81%48.43%-
HSV(B)34.78º91.19%89.02%-
XYZ41.1835.145.27-
YUV152.3353.32181.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.66%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 20 (8.20% from 255) = 5.17%
R=58.66%
G=36.18%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271402000.380.910.1134.7883.8148.43
HexE38C140265BB235430
Octal34321424046133134312460
Binary1110001110001100101000100110101101110111000111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38C14; }

 p { color: rgb(227,140,20); }

 H1.HeaderClassName
 {
   color: #E38C14;
 }
 .AnyTagClassName
 {
   color: #E38C14;
 }
</style>
background-color css

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

 a { background-color: rgb(227,140,20); }

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

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

 span { border-color: rgb(227,140,20); }

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