#EDE4BE

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

Shades of Half Colonial White #EDE4BE

Tints of Half Colonial White #EDE4BE

Color information

#EDE4BE (or 0xEDE4BE) is unknown color: approx Half Colonial White. HEX triplet: ED, E4 and BE. RGB value is (237,228,190). Sum of RGB (Red+Green+Blue) = 237+228+190=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4BE is #121B41. Grayscale: #E2E2E2. Windows color (decimal): -1186626 or 12510445. OLE color: 12510445.

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

Color convert

RGB237228190-
CMYK00.040.200.07
HSL48.51º56.63%83.73%-
HSV(B)48.51º19.83%92.94%-
XYZ71.9677.2159.83-
YUV226.36107.48135.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 190 (74.61% from 255) = 29.01%
R=36.18%
G=34.81%
B=29.01%

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
Decimal23722819000.040.200.0748.5156.6383.73
HexEDE4BE04147313954
Octal355344276042476171124
Binary1110110111100100101111100100101001111100011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4BE; }

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

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

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

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

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

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

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

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