Html Css Color HEX #E4A016 Gamboge

📋 copy color: '#E4A016'

red 228 ◦ green 160 ◦ blue 22

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

Shades of Gamboge #E4A016

Tints of Gamboge #E4A016

RGB

 RED value IS 228 (89.45% from 255) = 55.61%

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 55.61%
G = 39.02%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E4A016 (or 0xE4A016) is known color: Gamboge. HEX triplet: E4, A0 and 16. RGB value is (228,160,22). Sum of RGB (Red+Green+Blue) = 228+160+22=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A016 is #1B5FE9. Grayscale: #A5A5A5. Windows color (decimal): -1794026 or 1482980. OLE color: 1482980.

HSL color Cylindrical-coordinate representation of color #E4A016: hue angle of 40.19º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4A016 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 160 22 -
CMYK 0 0.30 0.90 0.11
HSL 40.19º 0.82% 0.49% -
HSV(B) 40.19º 0.9% 0.89% -
XYZ 44.71 41.69 6.45 -
YUV 164.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 228 160 22 0 0.30 0.90 0.11 40.19 0.82 0.49
Hex E4 A0 16 0 1E 5A B 28 52 31
Octal 344 240 26 0 36 132 13 50 122 61
Binary 11100100 10100000 10110 0 11110 1011010 1011 101000 1010010 110001

Color Harmonies of #E4A016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A016

Black with #E4A016

Text Example


Text Example

White with #E4A016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A016; }

 p { color: rgb(228,160,22); }

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

background-color css

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

 a { background-color: rgb(228,160,22); }

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

border-color css

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

 span { border-color: rgb(228,160,22); }

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