Html Css Color HEX #E4A614 Gamboge

📋 copy color: '#E4A614'

red 228 ◦ green 166 ◦ blue 20

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

Shades of Gamboge #E4A614

Tints of Gamboge #E4A614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

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

R = 55.07%
G = 40.1%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E4A614 (or 0xE4A614) is known color: Gamboge. HEX triplet: E4, A6 and 14. RGB value is (228,166,20). Sum of RGB (Red+Green+Blue) = 228+166+20=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A614 is #1B59EB. Grayscale: #A8A8A8. Windows color (decimal): -1792492 or 1353444. OLE color: 1353444.

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

Color convert

RGB 228 166 20 -
CMYK 0 0.27 0.91 0.11
HSL 42.12º 0.84% 0.49% -
HSV(B) 42.12º 0.91% 0.89% -
XYZ 45.76 43.82 6.71 -
YUV 167.89 44.54 170.87 -
System Red Green Blue C M Y K H S L
Decimal 228 166 20 0 0.27 0.91 0.11 42.12 0.84 0.49
Hex E4 A6 14 0 1B 5B B 2A 54 31
Octal 344 246 24 0 33 133 13 52 124 61
Binary 11100100 10100110 10100 0 11011 1011011 1011 101010 1010100 110001

Color Harmonies of #E4A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A614

Black with #E4A614

Text Example


Text Example

White with #E4A614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A614; }

 p { color: rgb(228,166,20); }

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

background-color css

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

 a { background-color: rgb(228,166,20); }

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

border-color css

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

 span { border-color: rgb(228,166,20); }

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