Html Css Color HEX #E4A218 Gamboge

📋 copy color: '#E4A218'

red 228 ◦ green 162 ◦ blue 24

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

Shades of Gamboge #E4A218

Tints of Gamboge #E4A218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 55.07%
G = 39.13%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E4A218 (or 0xE4A218) is known color: Gamboge. HEX triplet: E4, A2 and 18. RGB value is (228,162,24). Sum of RGB (Red+Green+Blue) = 228+162+24=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A218 is #1B5DE7. Grayscale: #A6A6A6. Windows color (decimal): -1793512 or 1614564. OLE color: 1614564.

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

Color convert

RGB 228 162 24 -
CMYK 0 0.29 0.89 0.11
HSL 40.59º 0.81% 0.49% -
HSV(B) 40.59º 0.89% 0.89% -
XYZ 45.08 42.4 6.67 -
YUV 166 47.87 172.22 -
System Red Green Blue C M Y K H S L
Decimal 228 162 24 0 0.29 0.89 0.11 40.59 0.81 0.49
Hex E4 A2 18 0 1D 59 B 29 51 31
Octal 344 242 30 0 35 131 13 51 121 61
Binary 11100100 10100010 11000 0 11101 1011001 1011 101001 1010001 110001

Color Harmonies of #E4A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A218

Black with #E4A218

Text Example


Text Example

White with #E4A218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A218; }

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

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

background-color css

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

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

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

border-color css

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

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

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