Html Css Color HEX #E8A004 Gamboge

📋 copy color: '#E8A004'

red 232 ◦ green 160 ◦ blue 4

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

Shades of Gamboge #E8A004

Tints of Gamboge #E8A004

RGB

 RED value IS 232 (91.02% from 255) = 58.59%

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 58.59%
G = 40.4%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E8A004 (or 0xE8A004) is known color: Gamboge. HEX triplet: E8, A0 and 04. RGB value is (232,160,4). Sum of RGB (Red+Green+Blue) = 232+160+4=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A004 is #175FFB. Grayscale: #A4A4A4. Windows color (decimal): -1531900 or 303336. OLE color: 303336.

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

Color convert

RGB 232 160 4 -
CMYK 0 0.31 0.98 0.09
HSL 41.05º 0.97% 0.46% -
HSV(B) 41.05º 0.98% 0.91% -
XYZ 45.87 42.31 5.86 -
YUV 163.74 37.85 176.68 -
System Red Green Blue C M Y K H S L
Decimal 232 160 4 0 0.31 0.98 0.09 41.05 0.97 0.46
Hex E8 A0 4 0 1F 62 9 29 61 2E
Octal 350 240 4 0 37 142 11 51 141 56
Binary 11101000 10100000 100 0 11111 1100010 1001 101001 1100001 101110

Color Harmonies of #E8A004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A004

Black with #E8A004

Text Example


Text Example

White with #E8A004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A004; }

 p { color: rgb(232,160,4); }

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

background-color css

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

 a { background-color: rgb(232,160,4); }

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

border-color css

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

 span { border-color: rgb(232,160,4); }

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