Html Css Color HEX #E9A814 Gamboge

📋 copy color: '#E9A814'

red 233 ◦ green 168 ◦ blue 20

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

Shades of Gamboge #E9A814

Tints of Gamboge #E9A814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 55.34%
G = 39.9%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E9A814 (or 0xE9A814) is known color: Gamboge. HEX triplet: E9, A8 and 14. RGB value is (233,168,20). Sum of RGB (Red+Green+Blue) = 233+168+20=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A814 is #1657EB. Grayscale: #ABABAB. Windows color (decimal): -1464300 or 1353961. OLE color: 1353961.

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

Color convert

RGB 233 168 20 -
CMYK 0 0.28 0.91 0.09
HSL 41.69º 0.84% 0.5% -
HSV(B) 41.69º 0.91% 0.91% -
XYZ 47.73 45.38 6.91 -
YUV 170.56 43.03 172.53 -
System Red Green Blue C M Y K H S L
Decimal 233 168 20 0 0.28 0.91 0.09 41.69 0.84 0.5
Hex E9 A8 14 0 1C 5B 9 2A 54 32
Octal 351 250 24 0 34 133 11 52 124 62
Binary 11101001 10101000 10100 0 11100 1011011 1001 101010 1010100 110010

Color Harmonies of #E9A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A814

Black with #E9A814

Text Example


Text Example

White with #E9A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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