Html Css Color HEX #E7A916 Gamboge

📋 copy color: '#E7A916'

red 231 ◦ green 169 ◦ blue 22

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

Shades of Gamboge #E7A916

Tints of Gamboge #E7A916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

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

R = 54.74%
G = 40.05%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E7A916 (or 0xE7A916) is known color: Gamboge. HEX triplet: E7, A9 and 16. RGB value is (231,169,22). Sum of RGB (Red+Green+Blue) = 231+169+22=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A916 is #1856E9. Grayscale: #ABABAB. Windows color (decimal): -1595114 or 1485287. OLE color: 1485287.

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

Color convert

RGB 231 169 22 -
CMYK 0 0.27 0.90 0.09
HSL 42.2º 0.83% 0.5% -
HSV(B) 42.2º 0.9% 0.91% -
XYZ 47.29 45.42 7.03 -
YUV 170.78 44.04 170.95 -
System Red Green Blue C M Y K H S L
Decimal 231 169 22 0 0.27 0.90 0.09 42.2 0.83 0.5
Hex E7 A9 16 0 1B 5A 9 2A 53 32
Octal 347 251 26 0 33 132 11 52 123 62
Binary 11100111 10101001 10110 0 11011 1011010 1001 101010 1010011 110010

Color Harmonies of #E7A916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A916

Black with #E7A916

Text Example


Text Example

White with #E7A916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A916; }

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

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

background-color css

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

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

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

border-color css

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

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

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