#EDE4BC

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

Shades of Half Colonial White #EDE4BC

Tints of Half Colonial White #EDE4BC

Color information

#EDE4BC (or 0xEDE4BC) is unknown color: approx Half Colonial White. HEX triplet: ED, E4 and BC. RGB value is (237,228,188). Sum of RGB (Red+Green+Blue) = 237+228+188=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4BC is #121B43. Grayscale: #E2E2E2. Windows color (decimal): -1186628 or 12379373. OLE color: 12379373.

HSL color Cylindrical-coordinate representation of color #EDE4BC: hue angle of 48.98º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDE4BC is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237228188-
CMYK00.040.210.07
HSL48.98º57.65%83.33%-
HSV(B)48.98º20.68%92.94%-
XYZ71.7577.1258.68-
YUV226.13106.48135.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 188 (73.83% from 255) = 28.79%
R=36.29%
G=34.92%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722818800.040.210.0748.9857.6583.33
HexEDE4BC04157313a53
Octal355344274042576172123
Binary1110110111100100101111000100101011111100011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4BC; }

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

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

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

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

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

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

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

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