Html Css Color HEX #E7A314 Gamboge

📋 copy color: '#E7A314'

red 231 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #E7A314

Tints of Gamboge #E7A314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 55.8%
G = 39.37%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E7A314 (or 0xE7A314) is known color: Gamboge. HEX triplet: E7, A3 and 14. RGB value is (231,163,20). Sum of RGB (Red+Green+Blue) = 231+163+20=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A314 is #185CEB. Grayscale: #A7A7A7. Windows color (decimal): -1596652 or 1352679. OLE color: 1352679.

HSL color Cylindrical-coordinate representation of color #E7A314: hue angle of 40.66º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7A314 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 163 20 -
CMYK 0 0.29 0.91 0.09
HSL 40.66º 0.84% 0.49% -
HSV(B) 40.66º 0.91% 0.91% -
XYZ 46.18 43.23 6.57 -
YUV 167.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 231 163 20 0 0.29 0.91 0.09 40.66 0.84 0.49
Hex E7 A3 14 0 1D 5B 9 29 54 31
Octal 347 243 24 0 35 133 11 51 124 61
Binary 11100111 10100011 10100 0 11101 1011011 1001 101001 1010100 110001

Color Harmonies of #E7A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A314

Black with #E7A314

Text Example


Text Example

White with #E7A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A314; }

 p { color: rgb(231,163,20); }

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

background-color css

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

 a { background-color: rgb(231,163,20); }

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

border-color css

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

 span { border-color: rgb(231,163,20); }

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