Html Css Color HEX #E0C570 Chenin

📋 copy color: '#E0C570'

red 224 ◦ green 197 ◦ blue 112

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

Shades of Chenin #E0C570

Tints of Chenin #E0C570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

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

R = 42.03%
G = 36.96%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0C570 (or 0xE0C570) is known color: Chenin. HEX triplet: E0, C5 and 70. RGB value is (224,197,112). Sum of RGB (Red+Green+Blue) = 224+197+112=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C570 is #1F3A8F. Grayscale: #C3C3C3. Windows color (decimal): -2046608 or 7390688. OLE color: 7390688.

HSL color Cylindrical-coordinate representation of color #E0C570: hue angle of 45.54º 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 #E0C570 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 197 112 -
CMYK 0 0.12 0.50 0.12
HSL 45.54º 0.64% 0.66% -
HSV(B) 45.54º 0.5% 0.88% -
XYZ 53.63 56.95 23.49 -
YUV 195.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 224 197 112 0 0.12 0.50 0.12 45.54 0.64 0.66
Hex E0 C5 70 0 C 32 C 2E 40 42
Octal 340 305 160 0 14 62 14 56 100 102
Binary 11100000 11000101 1110000 0 1100 110010 1100 101110 1000000 1000010

Color Harmonies of #E0C570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C570

Black with #E0C570

Text Example


Text Example

White with #E0C570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C570; }

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

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

background-color css

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

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

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

border-color css

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

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

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