Html Css Color HEX #EA9919 Gamboge

📋 copy color: '#EA9919'

red 234 ◦ green 153 ◦ blue 25

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

Shades of Gamboge #EA9919

Tints of Gamboge #EA9919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

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

R = 56.8%
G = 37.14%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA9919 (or 0xEA9919) is known color: Gamboge. HEX triplet: EA, 99 and 19. RGB value is (234,153,25). Sum of RGB (Red+Green+Blue) = 234+153+25=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9919 is #1566E6. Grayscale: #A3A3A3. Windows color (decimal): -1402599 or 1677802. OLE color: 1677802.

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

Color convert

RGB 234 153 25 -
CMYK 0 0.35 0.89 0.08
HSL 36.75º 0.83% 0.51% -
HSV(B) 36.75º 0.89% 0.92% -
XYZ 45.5 40.35 6.31 -
YUV 162.63 50.34 178.91 -
System Red Green Blue C M Y K H S L
Decimal 234 153 25 0 0.35 0.89 0.08 36.75 0.83 0.51
Hex EA 99 19 0 23 59 8 25 53 33
Octal 352 231 31 0 43 131 10 45 123 63
Binary 11101010 10011001 11001 0 100011 1011001 1000 100101 1010011 110011

Color Harmonies of #EA9919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9919

Black with #EA9919

Text Example


Text Example

White with #EA9919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9919; }

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

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

background-color css

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

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

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

border-color css

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

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

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