#EDE8BD

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

Shades of Half And Half #EDE8BD

Tints of Half And Half #EDE8BD

Color information

#EDE8BD (or 0xEDE8BD) is unknown color: approx Half And Half. HEX triplet: ED, E8 and BD. RGB value is (237,232,189). Sum of RGB (Red+Green+Blue) = 237+232+189=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8BD is #121742. Grayscale: #E4E4E4. Windows color (decimal): -1185603 or 12445933. OLE color: 12445933.

HSL color Cylindrical-coordinate representation of color #EDE8BD: hue angle of 53.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDE8BD is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237232189-
CMYK00.020.200.07
HSL53.75º57.14%83.53%-
HSV(B)53.75º20.25%92.94%-
XYZ72.9779.3959.62-
YUV228.59105.66134-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 232 (91.02% from 255) = 35.26%
BLUE value IS 189 (74.22% from 255) = 28.72%
R=36.02%
G=35.26%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723218900.020.200.0753.7557.1483.53
HexEDE8BD02147363954
Octal355350275022476671124
Binary111011011110100010111101010101001111101101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8BD; }

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

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

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

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

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

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

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

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