Html Css Color HEX #EA9E10 Gamboge

📋 copy color: '#EA9E10'

red 234 ◦ green 158 ◦ blue 16

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

Shades of Gamboge #EA9E10

Tints of Gamboge #EA9E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.73%

 BLUE value IS 16 (6.64% from 255) = 3.92%

R = 57.35%
G = 38.73%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA9E10 (or 0xEA9E10) is known color: Gamboge. HEX triplet: EA, 9E and 10. RGB value is (234,158,16). Sum of RGB (Red+Green+Blue) = 234+158+16=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9E10 is #1561EF. Grayscale: #A5A5A5. Windows color (decimal): -1401328 or 1089258. OLE color: 1089258.

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

Color convert

RGB 234 158 16 -
CMYK 0 0.32 0.93 0.08
HSL 39.08º 0.87% 0.49% -
HSV(B) 39.08º 0.93% 0.92% -
XYZ 46.25 41.98 6.16 -
YUV 164.54 44.18 177.55 -
System Red Green Blue C M Y K H S L
Decimal 234 158 16 0 0.32 0.93 0.08 39.08 0.87 0.49
Hex EA 9E 10 0 20 5D 8 27 57 31
Octal 352 236 20 0 40 135 10 47 127 61
Binary 11101010 10011110 10000 0 100000 1011101 1000 100111 1010111 110001

Color Harmonies of #EA9E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E10

Black with #EA9E10

Text Example


Text Example

White with #EA9E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E10; }

 p { color: rgb(234,158,16); }

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

background-color css

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

 a { background-color: rgb(234,158,16); }

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

border-color css

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

 span { border-color: rgb(234,158,16); }

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