#EDE3C0

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

Shades of Half Colonial White #EDE3C0

Tints of Half Colonial White #EDE3C0

Color information

#EDE3C0 (or 0xEDE3C0) is unknown color: approx Half Colonial White. HEX triplet: ED, E3 and C0. RGB value is (237,227,192). Sum of RGB (Red+Green+Blue) = 237+227+192=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3C0 is #121C3F. Grayscale: #E2E2E2. Windows color (decimal): -1186880 or 12641261. OLE color: 12641261.

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

Color convert

RGB237227192-
CMYK00.040.190.07
HSL46.67º55.56%84.12%-
HSV(B)46.67º18.99%92.94%-
XYZ71.9176.7560.89-
YUV226108.81135.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 192 (75.39% from 255) = 29.27%
R=36.13%
G=34.60%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722719200.040.190.0746.6755.5684.12
HexEDE3C0041372f3854
Octal355343300042375770124
Binary1110110111100011110000000100100111111011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3C0; }

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

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

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

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

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

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

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

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