Html Css Color HEX #E4A314 Gamboge

📋 copy color: '#E4A314'

red 228 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #E4A314

Tints of Gamboge #E4A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

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

R = 55.47%
G = 39.66%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E4A314 (or 0xE4A314) is known color: Gamboge. HEX triplet: E4, A3 and 14. RGB value is (228,163,20). Sum of RGB (Red+Green+Blue) = 228+163+20=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A314 is #1B5CEB. Grayscale: #A6A6A6. Windows color (decimal): -1793260 or 1352676. OLE color: 1352676.

HSL color Cylindrical-coordinate representation of color #E4A314: hue angle of 41.25º 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 #E4A314 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 163 20 -
CMYK 0 0.29 0.91 0.11
HSL 41.25º 0.84% 0.49% -
HSV(B) 41.25º 0.91% 0.89% -
XYZ 45.22 42.74 6.53 -
YUV 166.13 45.53 172.13 -
System Red Green Blue C M Y K H S L
Decimal 228 163 20 0 0.29 0.91 0.11 41.25 0.84 0.49
Hex E4 A3 14 0 1D 5B B 29 54 31
Octal 344 243 24 0 35 133 13 51 124 61
Binary 11100100 10100011 10100 0 11101 1011011 1011 101001 1010100 110001

Color Harmonies of #E4A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A314

Black with #E4A314

Text Example


Text Example

White with #E4A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A314; }

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

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

background-color css

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

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

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

border-color css

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

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

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