Html Css Color HEX #E0C170 Chenin

📋 copy color: '#E0C170'

red 224 ◦ green 193 ◦ blue 112

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

Shades of Chenin #E0C170

Tints of Chenin #E0C170

RGB

 RED value IS 224 (87.89% from 255) = 42.34%

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

 BLUE value IS 112 (44.14% from 255) = 21.17%

R = 42.34%
G = 36.48%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0C170 (or 0xE0C170) is known color: Chenin. HEX triplet: E0, C1 and 70. RGB value is (224,193,112). Sum of RGB (Red+Green+Blue) = 224+193+112=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C170 is #1F3E8F. Grayscale: #C1C1C1. Windows color (decimal): -2047632 or 7389664. OLE color: 7389664.

HSL color Cylindrical-coordinate representation of color #E0C170: hue angle of 43.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0C170 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 193 112 -
CMYK 0 0.14 0.50 0.12
HSL 43.39º 0.64% 0.66% -
HSV(B) 43.39º 0.5% 0.88% -
XYZ 52.74 55.16 23.2 -
YUV 193.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 224 193 112 0 0.14 0.50 0.12 43.39 0.64 0.66
Hex E0 C1 70 0 E 32 C 2B 40 42
Octal 340 301 160 0 16 62 14 53 100 102
Binary 11100000 11000001 1110000 0 1110 110010 1100 101011 1000000 1000010

Color Harmonies of #E0C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C170

Black with #E0C170

Text Example


Text Example

White with #E0C170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C170; }

 p { color: rgb(224,193,112); }

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

background-color css

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

 a { background-color: rgb(224,193,112); }

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

border-color css

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

 span { border-color: rgb(224,193,112); }

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