Html Css Color HEX #EA9D19 Gamboge

📋 copy color: '#EA9D19'

red 234 ◦ green 157 ◦ blue 25

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

Shades of Gamboge #EA9D19

Tints of Gamboge #EA9D19

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

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

R = 56.25%
G = 37.74%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA9D19 (or 0xEA9D19) is known color: Gamboge. HEX triplet: EA, 9D and 19. RGB value is (234,157,25). Sum of RGB (Red+Green+Blue) = 234+157+25=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D19 is #1562E6. Grayscale: #A5A5A5. Windows color (decimal): -1401575 or 1678826. OLE color: 1678826.

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

Color convert

RGB 234 157 25 -
CMYK 0 0.33 0.89 0.08
HSL 37.89º 0.83% 0.51% -
HSV(B) 37.89º 0.89% 0.92% -
XYZ 46.16 41.68 6.53 -
YUV 164.98 49.01 177.23 -
System Red Green Blue C M Y K H S L
Decimal 234 157 25 0 0.33 0.89 0.08 37.89 0.83 0.51
Hex EA 9D 19 0 21 59 8 26 53 33
Octal 352 235 31 0 41 131 10 46 123 63
Binary 11101010 10011101 11001 0 100001 1011001 1000 100110 1010011 110011

Color Harmonies of #EA9D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D19

Black with #EA9D19

Text Example


Text Example

White with #EA9D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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