#EDE2BC

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

Shades of Half Colonial White #EDE2BC

Tints of Half Colonial White #EDE2BC

Color information

#EDE2BC (or 0xEDE2BC) is unknown color: approx Half Colonial White. HEX triplet: ED, E2 and BC. RGB value is (237,226,188). Sum of RGB (Red+Green+Blue) = 237+226+188=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BC is #121D43. Grayscale: #E1E1E1. Windows color (decimal): -1187140 or 12378861. OLE color: 12378861.

HSL color Cylindrical-coordinate representation of color #EDE2BC: hue angle of 46.53º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDE2BC is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237226188-
CMYK00.050.210.07
HSL46.53º57.65%83.33%-
HSV(B)46.53º20.68%92.94%-
XYZ71.276.0358.5-
YUV224.96107.14136.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 188 (73.83% from 255) = 28.88%
R=36.41%
G=34.72%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722618800.050.210.0746.5357.6583.33
HexEDE2BC051572f3a53
Octal355342274052575772123
Binary1110110111100010101111000101101011111011111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2BC; }

 p { color: rgb(237,226,188); }

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

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

 a { background-color: rgb(237,226,188); }

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

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

 span { border-color: rgb(237,226,188); }

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