#EA940F

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

Shades of Gamboge #EA940F

Tints of Gamboge #EA940F

Color information

#EA940F (or 0xEA940F) is unknown color: approx Gamboge. HEX triplet: EA, 94 and 0F. RGB value is (234,148,15). Sum of RGB (Red+Green+Blue) = 234+148+15=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA940F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA940F is #156BF0. Grayscale: #9F9F9F. Windows color (decimal): -1403889 or 1021162. OLE color: 1021162.

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

Color convert

RGB23414815-
CMYK00.370.940.08
HSL36.44º87.95%48.82%-
HSV(B)36.44º93.59%91.76%-
XYZ44.6138.715.57-
YUV158.5546.99181.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.94%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 15 (6.25% from 255) = 3.78%
R=58.94%
G=37.28%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341481500.370.940.0836.4487.9548.82
HexEA94F0255E8245831
Octal35222417045136104413061
Binary111010101001010011110100101101111010001001001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA940F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA940F; }

 p { color: rgb(234,148,15); }

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

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

 a { background-color: rgb(234,148,15); }

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

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

 span { border-color: rgb(234,148,15); }

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