Html Css Color HEX #EA9F19 Gamboge

📋 copy color: '#EA9F19'

red 234 ◦ green 159 ◦ blue 25

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

Shades of Gamboge #EA9F19

Tints of Gamboge #EA9F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.98%

R = 55.98%
G = 38.04%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA9F19 (or 0xEA9F19) is known color: Gamboge. HEX triplet: EA, 9F and 19. RGB value is (234,159,25). Sum of RGB (Red+Green+Blue) = 234+159+25=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F19 is #1560E6. Grayscale: #A6A6A6. Windows color (decimal): -1401063 or 1679338. OLE color: 1679338.

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

Color convert

RGB 234 159 25 -
CMYK 0 0.32 0.89 0.08
HSL 38.47º 0.83% 0.51% -
HSV(B) 38.47º 0.89% 0.92% -
XYZ 46.51 42.36 6.64 -
YUV 166.15 48.35 176.4 -
System Red Green Blue C M Y K H S L
Decimal 234 159 25 0 0.32 0.89 0.08 38.47 0.83 0.51
Hex EA 9F 19 0 20 59 8 26 53 33
Octal 352 237 31 0 40 131 10 46 123 63
Binary 11101010 10011111 11001 0 100000 1011001 1000 100110 1010011 110011

Color Harmonies of #EA9F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F19

Black with #EA9F19

Text Example


Text Example

White with #EA9F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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