Html Css Color HEX #EA9A19 Gamboge

📋 copy color: '#EA9A19'

red 234 ◦ green 154 ◦ blue 25

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

Shades of Gamboge #EA9A19

Tints of Gamboge #EA9A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

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

R = 56.66%
G = 37.29%
B = 6.05%

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

#EA9A19 (or 0xEA9A19) is known color: Gamboge. HEX triplet: EA, 9A and 19. RGB value is (234,154,25). Sum of RGB (Red+Green+Blue) = 234+154+25=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9A19 is #1565E6. Grayscale: #A3A3A3. Windows color (decimal): -1402343 or 1678058. OLE color: 1678058.

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

Color convert

RGB 234 154 25 -
CMYK 0 0.34 0.89 0.08
HSL 37.03º 0.83% 0.51% -
HSV(B) 37.03º 0.89% 0.92% -
XYZ 45.66 40.67 6.36 -
YUV 163.21 50 178.49 -
System Red Green Blue C M Y K H S L
Decimal 234 154 25 0 0.34 0.89 0.08 37.03 0.83 0.51
Hex EA 9A 19 0 22 59 8 25 53 33
Octal 352 232 31 0 42 131 10 45 123 63
Binary 11101010 10011010 11001 0 100010 1011001 1000 100101 1010011 110011

Color Harmonies of #EA9A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A19

Black with #EA9A19

Text Example


Text Example

White with #EA9A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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