#EDEAC6

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

Shades of Half And Half #EDEAC6

Tints of Half And Half #EDEAC6

Color information

#EDEAC6 (or 0xEDEAC6) is unknown color: approx Half And Half. HEX triplet: ED, EA and C6. RGB value is (237,234,198). Sum of RGB (Red+Green+Blue) = 237+234+198=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAC6 is #121539. Grayscale: #E6E6E6. Windows color (decimal): -1185082 or 13036269. OLE color: 13036269.

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

Color convert

RGB237234198-
CMYK00.010.160.07
HSL55.38º52%85.29%-
HSV(B)55.38º16.46%92.94%-
XYZ74.5480.9365.12-
YUV230.79109.49132.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 198 (77.73% from 255) = 29.60%
R=35.43%
G=34.98%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723419800.010.160.0755.385285.29
HexEDEAC601107373455
Octal355352306012076764125
Binary11101101111010101100011001100001111101111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAC6; }

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

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

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

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

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

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

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

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