Html Css Color HEX #E7A814 Gamboge

📋 copy color: '#E7A814'

red 231 ◦ green 168 ◦ blue 20

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

Shades of Gamboge #E7A814

Tints of Gamboge #E7A814

RGB

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

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

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

R = 55.13%
G = 40.1%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E7A814 (or 0xE7A814) is known color: Gamboge. HEX triplet: E7, A8 and 14. RGB value is (231,168,20). Sum of RGB (Red+Green+Blue) = 231+168+20=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A814 is #1857EB. Grayscale: #AAAAAA. Windows color (decimal): -1595372 or 1353959. OLE color: 1353959.

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

Color convert

RGB 231 168 20 -
CMYK 0 0.27 0.91 0.09
HSL 42.09º 0.84% 0.49% -
HSV(B) 42.09º 0.91% 0.91% -
XYZ 47.08 45.04 6.87 -
YUV 169.97 43.37 171.53 -
System Red Green Blue C M Y K H S L
Decimal 231 168 20 0 0.27 0.91 0.09 42.09 0.84 0.49
Hex E7 A8 14 0 1B 5B 9 2A 54 31
Octal 347 250 24 0 33 133 11 52 124 61
Binary 11100111 10101000 10100 0 11011 1011011 1001 101010 1010100 110001

Color Harmonies of #E7A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A814

Black with #E7A814

Text Example


Text Example

White with #E7A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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