Html Css Color HEX #E2A218 Gamboge

📋 copy color: '#E2A218'

red 226 ◦ green 162 ◦ blue 24

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

Shades of Gamboge #E2A218

Tints of Gamboge #E2A218

RGB

 RED value IS 226 (88.67% from 255) = 54.85%

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

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

R = 54.85%
G = 39.32%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2A218 (or 0xE2A218) is known color: Gamboge. HEX triplet: E2, A2 and 18. RGB value is (226,162,24). Sum of RGB (Red+Green+Blue) = 226+162+24=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A218 is #1D5DE7. Grayscale: #A6A6A6. Windows color (decimal): -1924584 or 1614562. OLE color: 1614562.

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

Color convert

RGB 226 162 24 -
CMYK 0 0.28 0.89 0.11
HSL 40.99º 0.81% 0.49% -
HSV(B) 40.99º 0.89% 0.89% -
XYZ 44.45 42.08 6.64 -
YUV 165.4 48.2 171.22 -
System Red Green Blue C M Y K H S L
Decimal 226 162 24 0 0.28 0.89 0.11 40.99 0.81 0.49
Hex E2 A2 18 0 1C 59 B 29 51 31
Octal 342 242 30 0 34 131 13 51 121 61
Binary 11100010 10100010 11000 0 11100 1011001 1011 101001 1010001 110001

Color Harmonies of #E2A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A218

Black with #E2A218

Text Example


Text Example

White with #E2A218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A218; }

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

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

background-color css

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

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

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

border-color css

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

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

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