#E68A0F

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

Shades of Gamboge #E68A0F

Tints of Gamboge #E68A0F

Color information

#E68A0F (or 0xE68A0F) is unknown color: approx Gamboge. HEX triplet: E6, 8A and 0F. RGB value is (230,138,15). Sum of RGB (Red+Green+Blue) = 230+138+15=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68A0F is #1975F0. Grayscale: #989898. Windows color (decimal): -1668593 or 1018598. OLE color: 1018598.

HSL color Cylindrical-coordinate representation of color #E68A0F: hue angle of 34.33º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E68A0F is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB23013815-
CMYK00.40.930.10
HSL34.33º87.76%48.04%-
HSV(B)34.33º93.48%90.2%-
XYZ41.8135.035.01-
YUV151.4950.98184-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.05%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 15 (6.25% from 255) = 3.92%
R=60.05%
G=36.03%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301381500.40.930.1034.3387.7648.04
HexE68AF0285DA225830
Octal34621217050135124213060
Binary111001101000101011110101000101110110101000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A0F; }

 p { color: rgb(230,138,15); }

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

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

 a { background-color: rgb(230,138,15); }

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

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

 span { border-color: rgb(230,138,15); }

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