Html Css Color HEX #E9A80A Gamboge

📋 copy color: '#E9A80A'

red 233 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #E9A80A

Tints of Gamboge #E9A80A

RGB

 RED value IS 233 (91.41% from 255) = 56.69%

 GREEN value IS 168 (66.02% from 255) = 40.88%

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 56.69%
G = 40.88%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9A80A (or 0xE9A80A) is known color: Gamboge. HEX triplet: E9, A8 and 0A. RGB value is (233,168,10). Sum of RGB (Red+Green+Blue) = 233+168+10=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A80A is #1657F5. Grayscale: #AAAAAA. Windows color (decimal): -1464310 or 698601. OLE color: 698601.

HSL color Cylindrical-coordinate representation of color #E9A80A: hue angle of 42.51º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9A80A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 168 10 -
CMYK 0 0.28 0.96 0.09
HSL 42.51º 0.92% 0.48% -
HSV(B) 42.51º 0.96% 0.91% -
XYZ 47.66 45.35 6.53 -
YUV 169.42 38.03 173.35 -
System Red Green Blue C M Y K H S L
Decimal 233 168 10 0 0.28 0.96 0.09 42.51 0.92 0.48
Hex E9 A8 A 0 1C 60 9 2B 5C 30
Octal 351 250 12 0 34 140 11 53 134 60
Binary 11101001 10101000 1010 0 11100 1100000 1001 101011 1011100 110000

Color Harmonies of #E9A80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A80A

Black with #E9A80A

Text Example


Text Example

White with #E9A80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A80A; }

 p { color: rgb(233,168,10); }

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

background-color css

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

 a { background-color: rgb(233,168,10); }

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

border-color css

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

 span { border-color: rgb(233,168,10); }

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