#EDE1BE

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

Shades of Half Colonial White #EDE1BE

Tints of Half Colonial White #EDE1BE

Color information

#EDE1BE (or 0xEDE1BE) is unknown color: approx Half Colonial White. HEX triplet: ED, E1 and BE. RGB value is (237,225,190). Sum of RGB (Red+Green+Blue) = 237+225+190=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1BE is #121E41. Grayscale: #E0E0E0. Windows color (decimal): -1187394 or 12509677. OLE color: 12509677.

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

Color convert

RGB237225190-
CMYK00.050.200.07
HSL44.68º56.63%83.73%-
HSV(B)44.68º19.83%92.94%-
XYZ71.1475.5759.55-
YUV224.6108.48136.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=36.35%
G=34.51%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722519000.050.200.0744.6856.6383.73
HexEDE1BE051472d3954
Octal355341276052475571124
Binary1110110111100001101111100101101001111011011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1BE; }

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

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

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

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

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

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

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

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