Html Css Color HEX #E2A316 Gamboge

📋 copy color: '#E2A316'

red 226 ◦ green 163 ◦ blue 22

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

Shades of Gamboge #E2A316

Tints of Gamboge #E2A316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.35%

R = 54.99%
G = 39.66%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E2A316 (or 0xE2A316) is known color: Gamboge. HEX triplet: E2, A3 and 16. RGB value is (226,163,22). Sum of RGB (Red+Green+Blue) = 226+163+22=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A316 is #1D5CE9. Grayscale: #A6A6A6. Windows color (decimal): -1924330 or 1483746. OLE color: 1483746.

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

Color convert

RGB 226 163 22 -
CMYK 0 0.28 0.90 0.11
HSL 41.47º 0.82% 0.49% -
HSV(B) 41.47º 0.9% 0.89% -
XYZ 44.61 42.42 6.6 -
YUV 165.76 46.87 170.96 -
System Red Green Blue C M Y K H S L
Decimal 226 163 22 0 0.28 0.90 0.11 41.47 0.82 0.49
Hex E2 A3 16 0 1C 5A B 29 52 31
Octal 342 243 26 0 34 132 13 51 122 61
Binary 11100010 10100011 10110 0 11100 1011010 1011 101001 1010010 110001

Color Harmonies of #E2A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A316

Black with #E2A316

Text Example


Text Example

White with #E2A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A316; }

 p { color: rgb(226,163,22); }

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

background-color css

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

 a { background-color: rgb(226,163,22); }

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

border-color css

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

 span { border-color: rgb(226,163,22); }

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