#EDEAC1

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

Shades of Half And Half #EDEAC1

Tints of Half And Half #EDEAC1

Color information

#EDEAC1 (or 0xEDEAC1) is unknown color: approx Half And Half. HEX triplet: ED, EA and C1. RGB value is (237,234,193). Sum of RGB (Red+Green+Blue) = 237+234+193=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAC1 is #12153E. Grayscale: #E6E6E6. Windows color (decimal): -1185087 or 12708589. OLE color: 12708589.

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

Color convert

RGB237234193-
CMYK00.010.190.07
HSL55.91º55%84.31%-
HSV(B)55.91º18.57%92.94%-
XYZ73.9780.762.13-
YUV230.22106.99132.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 193 (75.78% from 255) = 29.07%
R=35.69%
G=35.24%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723419300.010.190.0755.915584.31
HexEDEAC101137383754
Octal355352301012377067124
Binary11101101111010101100000101100111111110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAC1; }

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

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

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

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

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

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

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

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