#EDE3BD

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

Shades of Half Colonial White #EDE3BD

Tints of Half Colonial White #EDE3BD

Color information

#EDE3BD (or 0xEDE3BD) is unknown color: approx Half Colonial White. HEX triplet: ED, E3 and BD. RGB value is (237,227,189). Sum of RGB (Red+Green+Blue) = 237+227+189=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3BD is #121C42. Grayscale: #E1E1E1. Windows color (decimal): -1186883 or 12444653. OLE color: 12444653.

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

Color convert

RGB237227189-
CMYK00.040.200.07
HSL47.5º57.14%83.53%-
HSV(B)47.5º20.25%92.94%-
XYZ71.5876.6259.16-
YUV225.66107.31136.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 189 (74.22% from 255) = 28.94%
R=36.29%
G=34.76%
B=28.94%

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
Decimal23722718900.040.200.0747.557.1483.53
HexEDE3BD04147303954
Octal355343275042476071124
Binary1110110111100011101111010100101001111100001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3BD; }

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

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

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

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

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

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

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

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