Html Css Color HEX #E9A40E Gamboge

📋 copy color: '#E9A40E'

red 233 ◦ green 164 ◦ blue 14

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

Shades of Gamboge #E9A40E

Tints of Gamboge #E9A40E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 56.69%
G = 39.9%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9A40E (or 0xE9A40E) is known color: Gamboge. HEX triplet: E9, A4 and 0E. RGB value is (233,164,14). Sum of RGB (Red+Green+Blue) = 233+164+14=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A40E is #165BF1. Grayscale: #A8A8A8. Windows color (decimal): -1465330 or 959721. OLE color: 959721.

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

Color convert

RGB 233 164 14 -
CMYK 0 0.30 0.94 0.09
HSL 41.1º 0.89% 0.48% -
HSV(B) 41.1º 0.94% 0.91% -
XYZ 46.96 43.91 6.42 -
YUV 167.53 41.36 174.7 -
System Red Green Blue C M Y K H S L
Decimal 233 164 14 0 0.30 0.94 0.09 41.1 0.89 0.48
Hex E9 A4 E 0 1E 5E 9 29 59 30
Octal 351 244 16 0 36 136 11 51 131 60
Binary 11101001 10100100 1110 0 11110 1011110 1001 101001 1011001 110000

Color Harmonies of #E9A40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A40E

Black with #E9A40E

Text Example


Text Example

White with #E9A40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A40E; }

 p { color: rgb(233,164,14); }

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

background-color css

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

 a { background-color: rgb(233,164,14); }

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

border-color css

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

 span { border-color: rgb(233,164,14); }

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