#E6C375

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

Shades of Chenin #E6C375

Tints of Chenin #E6C375

Color information

#E6C375 (or 0xE6C375) is unknown color: approx Chenin. HEX triplet: E6, C3 and 75. RGB value is (230,195,117). Sum of RGB (Red+Green+Blue) = 230+195+117=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C375 is #193C8A. Grayscale: #C4C4C4. Windows color (decimal): -1653899 or 7717862. OLE color: 7717862.

HSL color Cylindrical-coordinate representation of color #E6C375: hue angle of 41.42º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6C375 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230195117-
CMYK00.150.490.10
HSL41.42º69.33%68.04%-
HSV(B)41.42º49.13%90.2%-
XYZ55.3657.1424.94-
YUV196.5783.1151.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.44%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 117 (46.09% from 255) = 21.59%
R=42.44%
G=35.98%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019511700.150.490.1041.4269.3368.04
HexE6C3750F31A294544
Octal346303165017611251105104
Binary1110011011000011111010101111110001101010100110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C375; }

 p { color: rgb(230,195,117); }

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

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

 a { background-color: rgb(230,195,117); }

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

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

 span { border-color: rgb(230,195,117); }

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