#EDE6BE

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

Shades of Half And Half #EDE6BE

Tints of Half And Half #EDE6BE

Color information

#EDE6BE (or 0xEDE6BE) is unknown color: approx Half And Half. HEX triplet: ED, E6 and BE. RGB value is (237,230,190). Sum of RGB (Red+Green+Blue) = 237+230+190=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6BE is #121941. Grayscale: #E3E3E3. Windows color (decimal): -1186114 or 12510957. OLE color: 12510957.

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

Color convert

RGB237230190-
CMYK00.030.200.07
HSL51.06º56.63%83.73%-
HSV(B)51.06º19.83%92.94%-
XYZ72.5278.3260.01-
YUV227.53106.82134.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 230 (90.23% from 255) = 35.01%
BLUE value IS 190 (74.61% from 255) = 28.92%
R=36.07%
G=35.01%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723019000.030.200.0751.0656.6383.73
HexEDE6BE03147333954
Octal355346276032476371124
Binary111011011110011010111110011101001111100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6BE; }

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

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

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

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

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

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

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

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