#EDEAC4

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

Shades of Half And Half #EDEAC4

Tints of Half And Half #EDEAC4

Color information

#EDEAC4 (or 0xEDEAC4) is unknown color: approx Half And Half. HEX triplet: ED, EA and C4. RGB value is (237,234,196). Sum of RGB (Red+Green+Blue) = 237+234+196=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAC4 is #12153B. Grayscale: #E6E6E6. Windows color (decimal): -1185084 or 12905197. OLE color: 12905197.

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

Color convert

RGB237234196-
CMYK00.010.170.07
HSL55.61º53.25%84.9%-
HSV(B)55.61º17.3%92.94%-
XYZ74.3180.8463.91-
YUV230.56108.49132.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 196 (76.95% from 255) = 29.39%
R=35.53%
G=35.08%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723419600.010.170.0755.6153.2584.9
HexEDEAC401117383555
Octal355352304012177065125
Binary11101101111010101100010001100011111110001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAC4; }

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

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

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

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

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

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

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

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