Html Css Color HEX #E8A014 Gamboge

📋 copy color: '#E8A014'

red 232 ◦ green 160 ◦ blue 20

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

Shades of Gamboge #E8A014

Tints of Gamboge #E8A014

RGB

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

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

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

R = 56.31%
G = 38.83%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8A014 (or 0xE8A014) is known color: Gamboge. HEX triplet: E8, A0 and 14. RGB value is (232,160,20). Sum of RGB (Red+Green+Blue) = 232+160+20=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A014 is #175FEB. Grayscale: #A6A6A6. Windows color (decimal): -1531884 or 1351912. OLE color: 1351912.

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

Color convert

RGB 232 160 20 -
CMYK 0 0.31 0.91 0.09
HSL 39.62º 0.84% 0.49% -
HSV(B) 39.62º 0.91% 0.91% -
XYZ 45.98 42.35 6.41 -
YUV 165.57 45.85 175.38 -
System Red Green Blue C M Y K H S L
Decimal 232 160 20 0 0.31 0.91 0.09 39.62 0.84 0.49
Hex E8 A0 14 0 1F 5B 9 28 54 31
Octal 350 240 24 0 37 133 11 50 124 61
Binary 11101000 10100000 10100 0 11111 1011011 1001 101000 1010100 110001

Color Harmonies of #E8A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A014

Black with #E8A014

Text Example


Text Example

White with #E8A014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A014; }

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

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

background-color css

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

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

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

border-color css

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

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

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