Html Css Color HEX #E1C570 Chenin

📋 copy color: '#E1C570'

red 225 ◦ green 197 ◦ blue 112

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

Shades of Chenin #E1C570

Tints of Chenin #E1C570

RGB

 RED value IS 225 (88.28% from 255) = 42.13%

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

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

R = 42.13%
G = 36.89%
B = 20.97%

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

#E1C570 (or 0xE1C570) is known color: Chenin. HEX triplet: E1, C5 and 70. RGB value is (225,197,112). Sum of RGB (Red+Green+Blue) = 225+197+112=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C570 is #1E3A8F. Grayscale: #C4C4C4. Windows color (decimal): -1981072 or 7390689. OLE color: 7390689.

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

Color convert

RGB 225 197 112 -
CMYK 0 0.12 0.50 0.12
HSL 45.13º 0.65% 0.66% -
HSV(B) 45.13º 0.5% 0.88% -
XYZ 53.94 57.11 23.51 -
YUV 195.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 225 197 112 0 0.12 0.50 0.12 45.13 0.65 0.66
Hex E1 C5 70 0 C 32 C 2D 41 42
Octal 341 305 160 0 14 62 14 55 101 102
Binary 11100001 11000101 1110000 0 1100 110010 1100 101101 1000001 1000010

Color Harmonies of #E1C570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C570

Black with #E1C570

Text Example


Text Example

White with #E1C570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C570; }

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

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

background-color css

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

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

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

border-color css

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

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

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