#EDE9CE

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

Shades of Half And Half #EDE9CE

Tints of Half And Half #EDE9CE

Color information

#EDE9CE (or 0xEDE9CE) is unknown color: approx Half And Half. HEX triplet: ED, E9 and CE. RGB value is (237,233,206). Sum of RGB (Red+Green+Blue) = 237+233+206=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9CE is #121631. Grayscale: #E7E7E7. Windows color (decimal): -1185330 or 13560301. OLE color: 13560301.

HSL color Cylindrical-coordinate representation of color #EDE9CE: hue angle of 52.26º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDE9CE is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237233206-
CMYK00.020.130.07
HSL52.26º46.27%86.86%-
HSV(B)52.26º13.08%92.94%-
XYZ75.280.7470.01-
YUV231.12113.83132.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 233 (91.41% from 255) = 34.47%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=35.06%
G=34.47%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723320600.020.130.0752.2646.2786.86
HexEDE9CE02D7342e57
Octal355351316021576456127
Binary11101101111010011100111001011011111101001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9CE; }

 p { color: rgb(237,233,206); }

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

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

 a { background-color: rgb(237,233,206); }

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

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

 span { border-color: rgb(237,233,206); }

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