Html Css Color HEX #EA9D18 Gamboge

📋 copy color: '#EA9D18'

red 234 ◦ green 157 ◦ blue 24

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

Shades of Gamboge #EA9D18

Tints of Gamboge #EA9D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.78%

R = 56.39%
G = 37.83%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA9D18 (or 0xEA9D18) is known color: Gamboge. HEX triplet: EA, 9D and 18. RGB value is (234,157,24). Sum of RGB (Red+Green+Blue) = 234+157+24=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D18 is #1562E7. Grayscale: #A5A5A5. Windows color (decimal): -1401576 or 1613290. OLE color: 1613290.

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

Color convert

RGB 234 157 24 -
CMYK 0 0.33 0.90 0.08
HSL 38º 0.83% 0.51% -
HSV(B) 38º 0.9% 0.92% -
XYZ 46.15 41.67 6.48 -
YUV 164.86 48.51 177.31 -
System Red Green Blue C M Y K H S L
Decimal 234 157 24 0 0.33 0.90 0.08 38 0.83 0.51
Hex EA 9D 18 0 21 5A 8 26 53 33
Octal 352 235 30 0 41 132 10 46 123 63
Binary 11101010 10011101 11000 0 100001 1011010 1000 100110 1010011 110011

Color Harmonies of #EA9D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D18

Black with #EA9D18

Text Example


Text Example

White with #EA9D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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