#E6CA74

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

Shades of Chenin #E6CA74

Tints of Chenin #E6CA74

Color information

#E6CA74 (or 0xE6CA74) is unknown color: approx Chenin. HEX triplet: E6, CA and 74. RGB value is (230,202,116). Sum of RGB (Red+Green+Blue) = 230+202+116=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA74 is #19358B. Grayscale: #C8C8C8. Windows color (decimal): -1652108 or 7654118. OLE color: 7654118.

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

Color convert

RGB230202116-
CMYK00.120.500.10
HSL45.26º69.51%67.84%-
HSV(B)45.26º49.57%90.2%-
XYZ56.9160.3325.17-
YUV200.5780.28148.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 116 (45.70% from 255) = 21.17%
R=41.97%
G=36.86%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020211600.120.500.1045.2669.5167.84
HexE6CA740C32A2d4644
Octal346312164014621255106104
Binary1110011011001010111010001100110010101010110110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CA74; }

 p { color: rgb(230,202,116); }

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

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

 a { background-color: rgb(230,202,116); }

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

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

 span { border-color: rgb(230,202,116); }

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