#EDE2BB

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

Shades of Half Colonial White #EDE2BB

Tints of Half Colonial White #EDE2BB

Color information

#EDE2BB (or 0xEDE2BB) is unknown color: approx Half Colonial White. HEX triplet: ED, E2 and BB. RGB value is (237,226,187). Sum of RGB (Red+Green+Blue) = 237+226+187=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BB is #121D44. Grayscale: #E1E1E1. Windows color (decimal): -1187141 or 12313325. OLE color: 12313325.

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

Color convert

RGB237226187-
CMYK00.050.210.07
HSL46.8º58.14%83.14%-
HSV(B)46.8º21.1%92.94%-
XYZ71.0975.9957.93-
YUV224.84106.64136.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 187 (73.44% from 255) = 28.77%
R=36.46%
G=34.77%
B=28.77%

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
Decimal23722618700.050.210.0746.858.1483.14
HexEDE2BB051572f3a53
Octal355342273052575772123
Binary1110110111100010101110110101101011111011111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2BB; }

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

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

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

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

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

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

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

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