#EDE1BB

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

Shades of Half Colonial White #EDE1BB

Tints of Half Colonial White #EDE1BB

Color information

#EDE1BB (or 0xEDE1BB) is unknown color: approx Half Colonial White. HEX triplet: ED, E1 and BB. RGB value is (237,225,187). Sum of RGB (Red+Green+Blue) = 237+225+187=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1BB is #121E44. Grayscale: #E0E0E0. Windows color (decimal): -1187397 or 12313069. OLE color: 12313069.

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

Color convert

RGB237225187-
CMYK00.050.210.07
HSL45.6º58.14%83.14%-
HSV(B)45.6º21.1%92.94%-
XYZ70.8275.4457.84-
YUV224.26106.98137.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 187 (73.44% from 255) = 28.81%
R=36.52%
G=34.67%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722518700.050.210.0745.658.1483.14
HexEDE1BB051572e3a53
Octal355341273052575672123
Binary1110110111100001101110110101101011111011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1BB; }

 p { color: rgb(237,225,187); }

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

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

 a { background-color: rgb(237,225,187); }

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

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

 span { border-color: rgb(237,225,187); }

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