Html Css Color HEX #E7C160 Cream Can

📋 copy color: '#E7C160'

red 231 ◦ green 193 ◦ blue 96

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

Shades of Cream Can #E7C160

Tints of Cream Can #E7C160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.12%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 44.42%
G = 37.12%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E7C160 (or 0xE7C160) is known color: Cream Can. HEX triplet: E7, C1 and 60. RGB value is (231,193,96). Sum of RGB (Red+Green+Blue) = 231+193+96=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C160 is #183E9F. Grayscale: #C1C1C1. Windows color (decimal): -1588896 or 6341095. OLE color: 6341095.

HSL color Cylindrical-coordinate representation of color #E7C160: hue angle of 43.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7C160 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 193 96 -
CMYK 0 0.16 0.58 0.09
HSL 43.11º 0.74% 0.64% -
HSV(B) 43.11º 0.58% 0.91% -
XYZ 54.14 55.97 19.02 -
YUV 193.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 231 193 96 0 0.16 0.58 0.09 43.11 0.74 0.64
Hex E7 C1 60 0 10 3A 9 2B 4A 40
Octal 347 301 140 0 20 72 11 53 112 100
Binary 11100111 11000001 1100000 0 10000 111010 1001 101011 1001010 1000000

Color Harmonies of #E7C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C160

Black with #E7C160

Text Example


Text Example

White with #E7C160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C160; }

 p { color: rgb(231,193,96); }

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

background-color css

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

 a { background-color: rgb(231,193,96); }

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

border-color css

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

 span { border-color: rgb(231,193,96); }

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