#EDE3BE

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

Shades of Half Colonial White #EDE3BE

Tints of Half Colonial White #EDE3BE

Color information

#EDE3BE (or 0xEDE3BE) is unknown color: approx Half Colonial White. HEX triplet: ED, E3 and BE. RGB value is (237,227,190). Sum of RGB (Red+Green+Blue) = 237+227+190=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3BE is #121C41. Grayscale: #E1E1E1. Windows color (decimal): -1186882 or 12510189. OLE color: 12510189.

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

Color convert

RGB237227190-
CMYK00.040.200.07
HSL47.23º56.63%83.73%-
HSV(B)47.23º19.83%92.94%-
XYZ71.6976.6659.73-
YUV225.77107.81136.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 190 (74.61% from 255) = 29.05%
R=36.24%
G=34.71%
B=29.05%

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
Decimal23722719000.040.200.0747.2356.6383.73
HexEDE3BE041472f3954
Octal355343276042475771124
Binary1110110111100011101111100100101001111011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3BE; }

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

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

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

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

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

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

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

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