Html Css Color HEX #EA9F0A Gamboge

📋 copy color: '#EA9F0A'

red 234 ◦ green 159 ◦ blue 10

#EA9F0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #EA9F0A

Tints of Gamboge #EA9F0A

RGB

 RED value IS 234 (91.8% from 255) = 58.06%

 GREEN value IS 159 (62.5% from 255) = 39.45%

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 58.06%
G = 39.45%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA9F0A (or 0xEA9F0A) is known color: Gamboge. HEX triplet: EA, 9F and 0A. RGB value is (234,159,10). Sum of RGB (Red+Green+Blue) = 234+159+10=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F0A is #1560F5. Grayscale: #A5A5A5. Windows color (decimal): -1401078 or 696298. OLE color: 696298.

HSL color Cylindrical-coordinate representation of color #EA9F0A: hue angle of 39.91º 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 #EA9F0A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 10 -
CMYK 0 0.32 0.96 0.08
HSL 39.91º 0.92% 0.48% -
HSV(B) 39.91º 0.96% 0.92% -
XYZ 46.38 42.31 6.01 -
YUV 164.44 40.85 177.62 -
System Red Green Blue C M Y K H S L
Decimal 234 159 10 0 0.32 0.96 0.08 39.91 0.92 0.48
Hex EA 9F A 0 20 60 8 28 5C 30
Octal 352 237 12 0 40 140 10 50 134 60
Binary 11101010 10011111 1010 0 100000 1100000 1000 101000 1011100 110000

Color Harmonies of #EA9F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F0A

Black with #EA9F0A

Text Example


Text Example

White with #EA9F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F0A; }

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

 H1.HeaderClassName
 {
   color: #EA9F0A;
 }
 .AnyTagClassName
 {
   color: #EA9F0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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