Html Css Color HEX #E7A80E Gamboge

📋 copy color: '#E7A80E'

red 231 ◦ green 168 ◦ blue 14

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

Shades of Gamboge #E7A80E

Tints of Gamboge #E7A80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

 BLUE value IS 14 (5.86% from 255) = 3.39%

R = 55.93%
G = 40.68%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7A80E (or 0xE7A80E) is known color: Gamboge. HEX triplet: E7, A8 and 0E. RGB value is (231,168,14). Sum of RGB (Red+Green+Blue) = 231+168+14=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A80E is #1857F1. Grayscale: #A9A9A9. Windows color (decimal): -1595378 or 960743. OLE color: 960743.

HSL color Cylindrical-coordinate representation of color #E7A80E: hue angle of 42.58º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7A80E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 168 14 -
CMYK 0 0.27 0.94 0.09
HSL 42.58º 0.89% 0.48% -
HSV(B) 42.58º 0.94% 0.91% -
XYZ 47.04 45.03 6.63 -
YUV 169.28 40.37 172.02 -
System Red Green Blue C M Y K H S L
Decimal 231 168 14 0 0.27 0.94 0.09 42.58 0.89 0.48
Hex E7 A8 E 0 1B 5E 9 2B 59 30
Octal 347 250 16 0 33 136 11 53 131 60
Binary 11100111 10101000 1110 0 11011 1011110 1001 101011 1011001 110000

Color Harmonies of #E7A80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A80E

Black with #E7A80E

Text Example


Text Example

White with #E7A80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A80E; }

 p { color: rgb(231,168,14); }

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

background-color css

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

 a { background-color: rgb(231,168,14); }

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

border-color css

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

 span { border-color: rgb(231,168,14); }

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