#EDE6BF

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

Shades of Half And Half #EDE6BF

Tints of Half And Half #EDE6BF

Color information

#EDE6BF (or 0xEDE6BF) is unknown color: approx Half And Half. HEX triplet: ED, E6 and BF. RGB value is (237,230,191). Sum of RGB (Red+Green+Blue) = 237+230+191=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6BF is #121940. Grayscale: #E3E3E3. Windows color (decimal): -1186113 or 12576493. OLE color: 12576493.

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

Color convert

RGB237230191-
CMYK00.030.190.07
HSL50.87º56.1%83.92%-
HSV(B)50.87º19.41%92.94%-
XYZ72.6378.3660.59-
YUV227.65107.32134.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 29.03%
R=36.02%
G=34.95%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723019100.030.190.0750.8756.183.92
HexEDE6BF03137333854
Octal355346277032376370124
Binary111011011110011010111111011100111111100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6BF; }

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

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

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

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

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

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

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

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