Html Css Color HEX #E7A216 Gamboge

📋 copy color: '#E7A216'

red 231 ◦ green 162 ◦ blue 22

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

Shades of Gamboge #E7A216

Tints of Gamboge #E7A216

RGB

 RED value IS 231 (90.63% from 255) = 55.66%

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

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

R = 55.66%
G = 39.04%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E7A216 (or 0xE7A216) is known color: Gamboge. HEX triplet: E7, A2 and 16. RGB value is (231,162,22). Sum of RGB (Red+Green+Blue) = 231+162+22=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A216 is #185DE9. Grayscale: #A7A7A7. Windows color (decimal): -1596906 or 1483495. OLE color: 1483495.

HSL color Cylindrical-coordinate representation of color #E7A216: hue angle of 40.19º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7A216 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 162 22 -
CMYK 0 0.30 0.90 0.09
HSL 40.19º 0.83% 0.5% -
HSV(B) 40.19º 0.9% 0.91% -
XYZ 46.02 42.89 6.61 -
YUV 166.67 46.36 173.88 -
System Red Green Blue C M Y K H S L
Decimal 231 162 22 0 0.30 0.90 0.09 40.19 0.83 0.5
Hex E7 A2 16 0 1E 5A 9 28 53 32
Octal 347 242 26 0 36 132 11 50 123 62
Binary 11100111 10100010 10110 0 11110 1011010 1001 101000 1010011 110010

Color Harmonies of #E7A216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A216

Black with #E7A216

Text Example


Text Example

White with #E7A216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A216; }

 p { color: rgb(231,162,22); }

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

background-color css

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

 a { background-color: rgb(231,162,22); }

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

border-color css

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

 span { border-color: rgb(231,162,22); }

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