Html Css Color HEX #E7A510 Gamboge

📋 copy color: '#E7A510'

red 231 ◦ green 165 ◦ blue 16

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

Shades of Gamboge #E7A510

Tints of Gamboge #E7A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.05%

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 56.07%
G = 40.05%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E7A510 (or 0xE7A510) is known color: Gamboge. HEX triplet: E7, A5 and 10. RGB value is (231,165,16). Sum of RGB (Red+Green+Blue) = 231+165+16=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A510 is #185AEF. Grayscale: #A8A8A8. Windows color (decimal): -1596144 or 1091047. OLE color: 1091047.

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

Color convert

RGB 231 165 16 -
CMYK 0 0.29 0.93 0.09
HSL 41.58º 0.87% 0.48% -
HSV(B) 41.58º 0.93% 0.91% -
XYZ 46.5 43.94 6.52 -
YUV 167.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 231 165 16 0 0.29 0.93 0.09 41.58 0.87 0.48
Hex E7 A5 10 0 1D 5D 9 2A 57 30
Octal 347 245 20 0 35 135 11 52 127 60
Binary 11100111 10100101 10000 0 11101 1011101 1001 101010 1010111 110000

Color Harmonies of #E7A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A510

Black with #E7A510

Text Example


Text Example

White with #E7A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A510; }

 p { color: rgb(231,165,16); }

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

background-color css

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

 a { background-color: rgb(231,165,16); }

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

border-color css

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

 span { border-color: rgb(231,165,16); }

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