#EDE8C9

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

Shades of Half And Half #EDE8C9

Tints of Half And Half #EDE8C9

Color information

#EDE8C9 (or 0xEDE8C9) is unknown color: approx Half And Half. HEX triplet: ED, E8 and C9. RGB value is (237,232,201). Sum of RGB (Red+Green+Blue) = 237+232+201=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8C9 is #121736. Grayscale: #E6E6E6. Windows color (decimal): -1185591 or 13232365. OLE color: 13232365.

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

Color convert

RGB237232201-
CMYK00.020.150.07
HSL51.67º50%85.88%-
HSV(B)51.67º15.19%92.94%-
XYZ74.3279.9366.77-
YUV229.96111.66133.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 232 (91.02% from 255) = 34.63%
BLUE value IS 201 (78.91% from 255) = 30%
R=35.37%
G=34.63%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723220100.020.150.0751.675085.88
HexEDE8C902F7343256
Octal355350311021776462126
Binary11101101111010001100100101011111111101001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8C9; }

 p { color: rgb(237,232,201); }

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

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

 a { background-color: rgb(237,232,201); }

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

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

 span { border-color: rgb(237,232,201); }

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