Html Css Color HEX #EA9B19 Gamboge

📋 copy color: '#EA9B19'

red 234 ◦ green 155 ◦ blue 25

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

Shades of Gamboge #EA9B19

Tints of Gamboge #EA9B19

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.44%

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

R = 56.52%
G = 37.44%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA9B19 (or 0xEA9B19) is known color: Gamboge. HEX triplet: EA, 9B and 19. RGB value is (234,155,25). Sum of RGB (Red+Green+Blue) = 234+155+25=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9B19 is #1564E6. Grayscale: #A4A4A4. Windows color (decimal): -1402087 or 1678314. OLE color: 1678314.

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

Color convert

RGB 234 155 25 -
CMYK 0 0.34 0.89 0.08
HSL 37.32º 0.83% 0.51% -
HSV(B) 37.32º 0.89% 0.92% -
XYZ 45.83 41.01 6.42 -
YUV 163.8 49.67 178.07 -
System Red Green Blue C M Y K H S L
Decimal 234 155 25 0 0.34 0.89 0.08 37.32 0.83 0.51
Hex EA 9B 19 0 22 59 8 25 53 33
Octal 352 233 31 0 42 131 10 45 123 63
Binary 11101010 10011011 11001 0 100010 1011001 1000 100101 1010011 110011

Color Harmonies of #EA9B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B19

Black with #EA9B19

Text Example


Text Example

White with #EA9B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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