Html Css Color HEX #E7A416 Gamboge

📋 copy color: '#E7A416'

red 231 ◦ green 164 ◦ blue 22

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

Shades of Gamboge #E7A416

Tints of Gamboge #E7A416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.33%

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

R = 55.4%
G = 39.33%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E7A416 (or 0xE7A416) is known color: Gamboge. HEX triplet: E7, A4 and 16. RGB value is (231,164,22). Sum of RGB (Red+Green+Blue) = 231+164+22=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A416 is #185BE9. Grayscale: #A8A8A8. Windows color (decimal): -1596394 or 1484007. OLE color: 1484007.

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

Color convert

RGB 231 164 22 -
CMYK 0 0.29 0.90 0.09
HSL 40.77º 0.83% 0.5% -
HSV(B) 40.77º 0.9% 0.91% -
XYZ 46.38 43.6 6.73 -
YUV 167.85 45.7 173.05 -
System Red Green Blue C M Y K H S L
Decimal 231 164 22 0 0.29 0.90 0.09 40.77 0.83 0.5
Hex E7 A4 16 0 1D 5A 9 29 53 32
Octal 347 244 26 0 35 132 11 51 123 62
Binary 11100111 10100100 10110 0 11101 1011010 1001 101001 1010011 110010

Color Harmonies of #E7A416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A416

Black with #E7A416

Text Example


Text Example

White with #E7A416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A416; }

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

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

background-color css

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

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

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

border-color css

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

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

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