#EDEACC

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

Shades of Half And Half #EDEACC

Tints of Half And Half #EDEACC

Color information

#EDEACC (or 0xEDEACC) is unknown color: approx Half And Half. HEX triplet: ED, EA and CC. RGB value is (237,234,204). Sum of RGB (Red+Green+Blue) = 237+234+204=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEACC is #121533. Grayscale: #E7E7E7. Windows color (decimal): -1185076 or 13429485. OLE color: 13429485.

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

Color convert

RGB237234204-
CMYK00.010.140.07
HSL54.55º47.83%86.47%-
HSV(B)54.55º13.92%92.94%-
XYZ75.2581.2168.84-
YUV231.48112.49131.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=35.11%
G=34.67%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723420400.010.140.0754.5547.8386.47
HexEDEACC01E7373056
Octal355352314011676760126
Binary1110110111101010110011000111101111101111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEACC; }

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

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

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

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

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

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

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

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