Html Css Color HEX #EA9B11 Gamboge

📋 copy color: '#EA9B11'

red 234 ◦ green 155 ◦ blue 17

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

Shades of Gamboge #EA9B11

Tints of Gamboge #EA9B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.19%

R = 57.64%
G = 38.18%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA9B11 (or 0xEA9B11) is known color: Gamboge. HEX triplet: EA, 9B and 11. RGB value is (234,155,17). Sum of RGB (Red+Green+Blue) = 234+155+17=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9B11 is #1564EE. Grayscale: #A3A3A3. Windows color (decimal): -1402095 or 1154026. OLE color: 1154026.

HSL color Cylindrical-coordinate representation of color #EA9B11: hue angle of 38.16º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA9B11 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 155 17 -
CMYK 0 0.34 0.93 0.08
HSL 38.16º 0.86% 0.49% -
HSV(B) 38.16º 0.93% 0.92% -
XYZ 45.75 40.98 6.03 -
YUV 162.89 45.67 178.72 -
System Red Green Blue C M Y K H S L
Decimal 234 155 17 0 0.34 0.93 0.08 38.16 0.86 0.49
Hex EA 9B 11 0 22 5D 8 26 56 31
Octal 352 233 21 0 42 135 10 46 126 61
Binary 11101010 10011011 10001 0 100010 1011101 1000 100110 1010110 110001

Color Harmonies of #EA9B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B11

Black with #EA9B11

Text Example


Text Example

White with #EA9B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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