#EDE5C0

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

Shades of Half Colonial White #EDE5C0

Tints of Half Colonial White #EDE5C0

Color information

#EDE5C0 (or 0xEDE5C0) is unknown color: approx Half Colonial White. HEX triplet: ED, E5 and C0. RGB value is (237,229,192). Sum of RGB (Red+Green+Blue) = 237+229+192=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5C0 is #121A3F. Grayscale: #E3E3E3. Windows color (decimal): -1186368 or 12641773. OLE color: 12641773.

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

Color convert

RGB237229192-
CMYK00.030.190.07
HSL49.33º55.56%84.12%-
HSV(B)49.33º18.99%92.94%-
XYZ72.4677.8561.08-
YUV227.17108.15135.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 229 (89.84% from 255) = 34.80%
BLUE value IS 192 (75.39% from 255) = 29.18%
R=36.02%
G=34.80%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722919200.030.190.0749.3355.5684.12
HexEDE5C003137313854
Octal355345300032376170124
Binary111011011110010111000000011100111111100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5C0; }

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

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

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

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

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

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

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

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