Html Css Color HEX #E4A20E Gamboge

📋 copy color: '#E4A20E'

red 228 ◦ green 162 ◦ blue 14

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

Shades of Gamboge #E4A20E

Tints of Gamboge #E4A20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 56.44%
G = 40.1%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4A20E (or 0xE4A20E) is known color: Gamboge. HEX triplet: E4, A2 and 0E. RGB value is (228,162,14). Sum of RGB (Red+Green+Blue) = 228+162+14=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A20E is #1B5DF1. Grayscale: #A5A5A5. Windows color (decimal): -1793522 or 959204. OLE color: 959204.

HSL color Cylindrical-coordinate representation of color #E4A20E: hue angle of 41.5º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4A20E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 162 14 -
CMYK 0 0.29 0.94 0.11
HSL 41.5º 0.88% 0.47% -
HSV(B) 41.5º 0.94% 0.89% -
XYZ 44.99 42.37 6.22 -
YUV 164.86 42.87 173.03 -
System Red Green Blue C M Y K H S L
Decimal 228 162 14 0 0.29 0.94 0.11 41.5 0.88 0.47
Hex E4 A2 E 0 1D 5E B 29 58 2F
Octal 344 242 16 0 35 136 13 51 130 57
Binary 11100100 10100010 1110 0 11101 1011110 1011 101001 1011000 101111

Color Harmonies of #E4A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A20E

Black with #E4A20E

Text Example


Text Example

White with #E4A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A20E; }

 p { color: rgb(228,162,14); }

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

background-color css

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

 a { background-color: rgb(228,162,14); }

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

border-color css

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

 span { border-color: rgb(228,162,14); }

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