#EA8E0D

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

Shades of Gamboge #EA8E0D

Tints of Gamboge #EA8E0D

Color information

#EA8E0D (or 0xEA8E0D) is unknown color: approx Gamboge. HEX triplet: EA, 8E and 0D. RGB value is (234,142,13). Sum of RGB (Red+Green+Blue) = 234+142+13=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8E0D is #1571F2. Grayscale: #9B9B9B. Windows color (decimal): -1405427 or 888554. OLE color: 888554.

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

Color convert

RGB23414213-
CMYK00.390.940.08
HSL35.02º89.47%48.43%-
HSV(B)35.02º94.44%91.76%-
XYZ43.6836.875.19-
YUV154.847.98184.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.15%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 13 (5.47% from 255) = 3.34%
R=60.15%
G=36.50%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341421300.390.940.0835.0289.4748.43
HexEA8ED0275E8235930
Octal35221615047136104313160
Binary111010101000111011010100111101111010001000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E0D; }

 p { color: rgb(234,142,13); }

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

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

 a { background-color: rgb(234,142,13); }

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

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

 span { border-color: rgb(234,142,13); }

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