#E6C572

Color #E6C572 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #E6C572

Tints of Chenin #E6C572

Color information

#E6C572 (or 0xE6C572) is unknown color: approx Chenin. HEX triplet: E6, C5 and 72. RGB value is (230,197,114). Sum of RGB (Red+Green+Blue) = 230+197+114=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C572 is #193A8D. Grayscale: #C5C5C5. Windows color (decimal): -1653390 or 7521766. OLE color: 7521766.

HSL color Cylindrical-coordinate representation of color #E6C572: hue angle of 42.93º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6C572 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB230197114-
CMYK00.140.500.10
HSL42.93º69.88%67.45%-
HSV(B)42.93º50.43%90.2%-
XYZ55.6457.9724.18-
YUV197.480.93151.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 114 (44.92% from 255) = 21.07%
R=42.51%
G=36.41%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019711400.140.500.1042.9369.8867.45
HexE6C5720E32A2b4643
Octal346305162016621253106103
Binary1110011011000101111001001110110010101010101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C572; }

 p { color: rgb(230,197,114); }

 H1.HeaderClassName
 {
   color: #E6C572;
 }
 .AnyTagClassName
 {
   color: #E6C572;
 }
</style>
background-color css

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

 a { background-color: rgb(230,197,114); }

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

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

 span { border-color: rgb(230,197,114); }

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