#EA920A

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

Shades of Gamboge #EA920A

Tints of Gamboge #EA920A

Color information

#EA920A (or 0xEA920A) is unknown color: approx Gamboge. HEX triplet: EA, 92 and 0A. RGB value is (234,146,10). Sum of RGB (Red+Green+Blue) = 234+146+10=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA920A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA920A is #156DF5. Grayscale: #9D9D9D. Windows color (decimal): -1404406 or 692970. OLE color: 692970.

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

Color convert

RGB23414610-
CMYK00.380.960.08
HSL36.43º91.8%47.84%-
HSV(B)36.43º95.73%91.76%-
XYZ44.2738.075.3-
YUV156.8145.15183.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 10 (4.30% from 255) = 2.56%
R=60%
G=37.44%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341461000.380.960.0836.4391.847.84
HexEA92A026608245c30
Octal35222212046140104413460
Binary111010101001001010100100110110000010001001001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA920A; }

 p { color: rgb(234,146,10); }

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

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

 a { background-color: rgb(234,146,10); }

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

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

 span { border-color: rgb(234,146,10); }

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