Html Css Color HEX #E0C270 Chenin

📋 copy color: '#E0C270'

red 224 ◦ green 194 ◦ blue 112

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

Shades of Chenin #E0C270

Tints of Chenin #E0C270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

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

R = 42.26%
G = 36.6%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0C270 (or 0xE0C270) is known color: Chenin. HEX triplet: E0, C2 and 70. RGB value is (224,194,112). Sum of RGB (Red+Green+Blue) = 224+194+112=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C270 is #1F3D8F. Grayscale: #C1C1C1. Windows color (decimal): -2047376 or 7389920. OLE color: 7389920.

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

Color convert

RGB 224 194 112 -
CMYK 0 0.13 0.50 0.12
HSL 43.93º 0.64% 0.66% -
HSV(B) 43.93º 0.5% 0.88% -
XYZ 52.96 55.6 23.27 -
YUV 193.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 224 194 112 0 0.13 0.50 0.12 43.93 0.64 0.66
Hex E0 C2 70 0 D 32 C 2C 40 42
Octal 340 302 160 0 15 62 14 54 100 102
Binary 11100000 11000010 1110000 0 1101 110010 1100 101100 1000000 1000010

Color Harmonies of #E0C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C270

Black with #E0C270

Text Example


Text Example

White with #E0C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C270; }

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

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

background-color css

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

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

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

border-color css

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

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

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