#EDE3BC

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

Shades of Half Colonial White #EDE3BC

Tints of Half Colonial White #EDE3BC

Color information

#EDE3BC (or 0xEDE3BC) is unknown color: approx Half Colonial White. HEX triplet: ED, E3 and BC. RGB value is (237,227,188). Sum of RGB (Red+Green+Blue) = 237+227+188=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3BC is #121C43. Grayscale: #E1E1E1. Windows color (decimal): -1186884 or 12379117. OLE color: 12379117.

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

Color convert

RGB237227188-
CMYK00.040.210.07
HSL47.76º57.65%83.33%-
HSV(B)47.76º20.68%92.94%-
XYZ71.4776.5758.59-
YUV225.54106.81136.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 188 (73.83% from 255) = 28.83%
R=36.35%
G=34.82%
B=28.83%

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
Decimal23722718800.040.210.0747.7657.6583.33
HexEDE3BC04157303a53
Octal355343274042576072123
Binary1110110111100011101111000100101011111100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3BC; }

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

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

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

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

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

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

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

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