#EDE4BD

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

Shades of Half Colonial White #EDE4BD

Tints of Half Colonial White #EDE4BD

Color information

#EDE4BD (or 0xEDE4BD) is unknown color: approx Half Colonial White. HEX triplet: ED, E4 and BD. RGB value is (237,228,189). Sum of RGB (Red+Green+Blue) = 237+228+189=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4BD is #121B42. Grayscale: #E2E2E2. Windows color (decimal): -1186627 or 12444909. OLE color: 12444909.

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

Color convert

RGB237228189-
CMYK00.040.200.07
HSL48.75º57.14%83.53%-
HSV(B)48.75º20.25%92.94%-
XYZ71.8577.1759.25-
YUV226.24106.98135.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=36.24%
G=34.86%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722818900.040.200.0748.7557.1483.53
HexEDE4BD04147313954
Octal355344275042476171124
Binary1110110111100100101111010100101001111100011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4BD; }

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

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

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

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

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

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

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

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