#EDE9CA

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

Shades of Half And Half #EDE9CA

Tints of Half And Half #EDE9CA

Color information

#EDE9CA (or 0xEDE9CA) is unknown color: approx Half And Half. HEX triplet: ED, E9 and CA. RGB value is (237,233,202). Sum of RGB (Red+Green+Blue) = 237+233+202=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9CA is #121635. Grayscale: #E6E6E6. Windows color (decimal): -1185334 or 13298157. OLE color: 13298157.

HSL color Cylindrical-coordinate representation of color #EDE9CA: hue angle of 53.14º degrees, saturation: 0.49, 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 #EDE9CA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237233202-
CMYK00.020.150.07
HSL53.14º49.3%86.08%-
HSV(B)53.14º14.77%92.94%-
XYZ74.7280.5567.49-
YUV230.66111.83132.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 202 (79.30% from 255) = 30.06%
R=35.27%
G=34.67%
B=30.06%

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
Decimal23723320200.020.150.0753.1449.386.08
HexEDE9CA02F7353156
Octal355351312021776561126
Binary11101101111010011100101001011111111101011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9CA; }

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

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

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

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

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

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

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

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