#EDE3BA

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

Shades of Half Colonial White #EDE3BA

Tints of Half Colonial White #EDE3BA

Color information

#EDE3BA (or 0xEDE3BA) is unknown color: approx Half Colonial White. HEX triplet: ED, E3 and BA. RGB value is (237,227,186). Sum of RGB (Red+Green+Blue) = 237+227+186=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3BA is #121C45. Grayscale: #E1E1E1. Windows color (decimal): -1186886 or 12248045. OLE color: 12248045.

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

Color convert

RGB237227186-
CMYK00.040.220.07
HSL48.24º58.62%82.94%-
HSV(B)48.24º21.52%92.94%-
XYZ71.2676.4957.46-
YUV225.32105.81136.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 186 (73.05% from 255) = 28.62%
R=36.46%
G=34.92%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722718600.040.220.0748.2458.6282.94
HexEDE3BA04167303b53
Octal355343272042676073123
Binary1110110111100011101110100100101101111100001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3BA; }

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

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

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

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

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

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

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

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