#E6CEAE

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

Shades of Givry #E6CEAE

Tints of Givry #E6CEAE

Color information

#E6CEAE (or 0xE6CEAE) is unknown color: approx Givry. HEX triplet: E6, CE and AE. RGB value is (230,206,174). Sum of RGB (Red+Green+Blue) = 230+206+174=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CEAE is #193151. Grayscale: #D1D1D1. Windows color (decimal): -1651026 or 11456230. OLE color: 11456230.

HSL color Cylindrical-coordinate representation of color #E6CEAE: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6CEAE is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230206174-
CMYK00.100.240.10
HSL34.29º52.83%79.22%-
HSV(B)34.29º24.35%90.2%-
XYZ62.3464.0249.12-
YUV209.53107.95142.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.70%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=37.70%
G=33.77%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020617400.100.240.1034.2952.8379.22
HexE6CEAE0A18A22354f
Octal34631625601230124265117
Binary111001101100111010101110010101100010101000101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CEAE; }

 p { color: rgb(230,206,174); }

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

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

 a { background-color: rgb(230,206,174); }

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

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

 span { border-color: rgb(230,206,174); }

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