Html Css Color HEX #EA9410 Gamboge

📋 copy color: '#EA9410'

red 234 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #EA9410

Tints of Gamboge #EA9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

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

R = 58.79%
G = 37.19%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA9410 (or 0xEA9410) is known color: Gamboge. HEX triplet: EA, 94 and 10. RGB value is (234,148,16). Sum of RGB (Red+Green+Blue) = 234+148+16=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9410 is #156BEF. Grayscale: #9F9F9F. Windows color (decimal): -1403888 or 1086698. OLE color: 1086698.

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

Color convert

RGB 234 148 16 -
CMYK 0 0.37 0.93 0.08
HSL 36.33º 0.87% 0.49% -
HSV(B) 36.33º 0.93% 0.92% -
XYZ 44.62 38.71 5.61 -
YUV 158.67 47.49 181.73 -
System Red Green Blue C M Y K H S L
Decimal 234 148 16 0 0.37 0.93 0.08 36.33 0.87 0.49
Hex EA 94 10 0 25 5D 8 24 57 31
Octal 352 224 20 0 45 135 10 44 127 61
Binary 11101010 10010100 10000 0 100101 1011101 1000 100100 1010111 110001

Color Harmonies of #EA9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9410

Black with #EA9410

Text Example


Text Example

White with #EA9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9410; }

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

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

background-color css

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

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

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

border-color css

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

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

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