#EDEACA

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

Shades of Half And Half #EDEACA

Tints of Half And Half #EDEACA

Color information

#EDEACA (or 0xEDEACA) is unknown color: approx Half And Half. HEX triplet: ED, EA and CA. RGB value is (237,234,202). Sum of RGB (Red+Green+Blue) = 237+234+202=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEACA is #121535. Grayscale: #E7E7E7. Windows color (decimal): -1185078 or 13298413. OLE color: 13298413.

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

Color convert

RGB237234202-
CMYK00.010.150.07
HSL54.86º49.3%86.08%-
HSV(B)54.86º14.77%92.94%-
XYZ75.0181.1167.58-
YUV231.25111.49132.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 234 (91.80% from 255) = 34.77%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=35.22%
G=34.77%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723420200.010.150.0754.8649.386.08
HexEDEACA01F7373156
Octal355352312011776761126
Binary1110110111101010110010100111111111101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEACA; }

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

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

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

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

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

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

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

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