Html Css Color HEX #E3A316 Gamboge

📋 copy color: '#E3A316'

red 227 ◦ green 163 ◦ blue 22

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

Shades of Gamboge #E3A316

Tints of Gamboge #E3A316

RGB

 RED value IS 227 (89.06% from 255) = 55.1%

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

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

R = 55.1%
G = 39.56%
B = 5.34%

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

#E3A316 (or 0xE3A316) is known color: Gamboge. HEX triplet: E3, A3 and 16. RGB value is (227,163,22). Sum of RGB (Red+Green+Blue) = 227+163+22=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A316 is #1C5CE9. Grayscale: #A6A6A6. Windows color (decimal): -1858794 or 1483747. OLE color: 1483747.

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

Color convert

RGB 227 163 22 -
CMYK 0 0.28 0.90 0.11
HSL 41.27º 0.82% 0.49% -
HSV(B) 41.27º 0.9% 0.89% -
XYZ 44.92 42.58 6.61 -
YUV 166.06 46.7 171.46 -
System Red Green Blue C M Y K H S L
Decimal 227 163 22 0 0.28 0.90 0.11 41.27 0.82 0.49
Hex E3 A3 16 0 1C 5A B 29 52 31
Octal 343 243 26 0 34 132 13 51 122 61
Binary 11100011 10100011 10110 0 11100 1011010 1011 101001 1010010 110001

Color Harmonies of #E3A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A316

Black with #E3A316

Text Example


Text Example

White with #E3A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A316; }

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

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

background-color css

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

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

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

border-color css

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

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

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