Html Css Color HEX #E7A212 Gamboge

📋 copy color: '#E7A212'

red 231 ◦ green 162 ◦ blue 18

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

Shades of Gamboge #E7A212

Tints of Gamboge #E7A212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 56.2%
G = 39.42%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E7A212 (or 0xE7A212) is known color: Gamboge. HEX triplet: E7, A2 and 12. RGB value is (231,162,18). Sum of RGB (Red+Green+Blue) = 231+162+18=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A212 is #185DED. Grayscale: #A6A6A6. Windows color (decimal): -1596910 or 1221351. OLE color: 1221351.

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

Color convert

RGB 231 162 18 -
CMYK 0 0.30 0.92 0.09
HSL 40.56º 0.86% 0.49% -
HSV(B) 40.56º 0.92% 0.91% -
XYZ 45.98 42.87 6.42 -
YUV 166.22 44.36 174.21 -
System Red Green Blue C M Y K H S L
Decimal 231 162 18 0 0.30 0.92 0.09 40.56 0.86 0.49
Hex E7 A2 12 0 1E 5C 9 29 56 31
Octal 347 242 22 0 36 134 11 51 126 61
Binary 11100111 10100010 10010 0 11110 1011100 1001 101001 1010110 110001

Color Harmonies of #E7A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A212

Black with #E7A212

Text Example


Text Example

White with #E7A212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A212; }

 p { color: rgb(231,162,18); }

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

background-color css

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

 a { background-color: rgb(231,162,18); }

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

border-color css

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

 span { border-color: rgb(231,162,18); }

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