Html Css Color HEX #E9A01E Gamboge

📋 copy color: '#E9A01E'

red 233 ◦ green 160 ◦ blue 30

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

Shades of Gamboge #E9A01E

Tints of Gamboge #E9A01E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 55.08%
G = 37.83%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E9A01E (or 0xE9A01E) is known color: Gamboge. HEX triplet: E9, A0 and 1E. RGB value is (233,160,30). Sum of RGB (Red+Green+Blue) = 233+160+30=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A01E is #165FE1. Grayscale: #A7A7A7. Windows color (decimal): -1466338 or 2007273. OLE color: 2007273.

HSL color Cylindrical-coordinate representation of color #E9A01E: hue angle of 38.42º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E9A01E is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 160 30 -
CMYK 0 0.31 0.87 0.09
HSL 38.42º 0.82% 0.52% -
HSV(B) 38.42º 0.87% 0.91% -
XYZ 46.41 42.56 7 -
YUV 167.01 50.68 175.07 -
System Red Green Blue C M Y K H S L
Decimal 233 160 30 0 0.31 0.87 0.09 38.42 0.82 0.52
Hex E9 A0 1E 0 1F 57 9 26 52 34
Octal 351 240 36 0 37 127 11 46 122 64
Binary 11101001 10100000 11110 0 11111 1010111 1001 100110 1010010 110100

Color Harmonies of #E9A01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A01E

Black with #E9A01E

Text Example


Text Example

White with #E9A01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A01E; }

 p { color: rgb(233,160,30); }

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

background-color css

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

 a { background-color: rgb(233,160,30); }

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

border-color css

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

 span { border-color: rgb(233,160,30); }

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