#EDE8BF

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

Shades of Half And Half #EDE8BF

Tints of Half And Half #EDE8BF

Color information

#EDE8BF (or 0xEDE8BF) is unknown color: approx Half And Half. HEX triplet: ED, E8 and BF. RGB value is (237,232,191). Sum of RGB (Red+Green+Blue) = 237+232+191=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8BF is #121740. Grayscale: #E4E4E4. Windows color (decimal): -1185601 or 12577005. OLE color: 12577005.

HSL color Cylindrical-coordinate representation of color #EDE8BF: hue angle of 53.48º degrees, saturation: 0.56, 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 #EDE8BF is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237232191-
CMYK00.020.190.07
HSL53.48º56.1%83.92%-
HSV(B)53.48º19.41%92.94%-
XYZ73.1979.4860.77-
YUV228.82106.66133.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 191 (75% from 255) = 28.94%
R=35.91%
G=35.15%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723219100.020.190.0753.4856.183.92
HexEDE8BF02137353854
Octal355350277022376570124
Binary111011011110100010111111010100111111101011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8BF; }

 p { color: rgb(237,232,191); }

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

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

 a { background-color: rgb(237,232,191); }

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

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

 span { border-color: rgb(237,232,191); }

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