Html Css Color HEX #EA9B18 Gamboge

📋 copy color: '#EA9B18'

red 234 ◦ green 155 ◦ blue 24

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

Shades of Gamboge #EA9B18

Tints of Gamboge #EA9B18

RGB

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

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

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

R = 56.66%
G = 37.53%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA9B18 (or 0xEA9B18) is known color: Gamboge. HEX triplet: EA, 9B and 18. RGB value is (234,155,24). Sum of RGB (Red+Green+Blue) = 234+155+24=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9B18 is #1564E7. Grayscale: #A4A4A4. Windows color (decimal): -1402088 or 1612778. OLE color: 1612778.

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

Color convert

RGB 234 155 24 -
CMYK 0 0.34 0.90 0.08
HSL 37.43º 0.83% 0.51% -
HSV(B) 37.43º 0.9% 0.92% -
XYZ 45.82 41 6.36 -
YUV 163.69 49.17 178.15 -
System Red Green Blue C M Y K H S L
Decimal 234 155 24 0 0.34 0.90 0.08 37.43 0.83 0.51
Hex EA 9B 18 0 22 5A 8 25 53 33
Octal 352 233 30 0 42 132 10 45 123 63
Binary 11101010 10011011 11000 0 100010 1011010 1000 100101 1010011 110011

Color Harmonies of #EA9B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B18

Black with #EA9B18

Text Example


Text Example

White with #EA9B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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