#EDE5BE

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

Shades of Half Colonial White #EDE5BE

Tints of Half Colonial White #EDE5BE

Color information

#EDE5BE (or 0xEDE5BE) is unknown color: approx Half Colonial White. HEX triplet: ED, E5 and BE. RGB value is (237,229,190). Sum of RGB (Red+Green+Blue) = 237+229+190=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5BE is #121A41. Grayscale: #E3E3E3. Windows color (decimal): -1186370 or 12510701. OLE color: 12510701.

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

Color convert

RGB237229190-
CMYK00.030.200.07
HSL49.79º56.63%83.73%-
HSV(B)49.79º19.83%92.94%-
XYZ72.2477.7659.92-
YUV226.95107.15135.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 229 (89.84% from 255) = 34.91%
BLUE value IS 190 (74.61% from 255) = 28.96%
R=36.13%
G=34.91%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722919000.030.200.0749.7956.6383.73
HexEDE5BE03147323954
Octal355345276032476271124
Binary111011011110010110111110011101001111100101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5BE; }

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

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

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

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

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

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

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

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