#EDE6CF

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

Shades of Orange White #EDE6CF

Tints of Orange White #EDE6CF

Color information

#EDE6CF (or 0xEDE6CF) is unknown color: approx Orange White. HEX triplet: ED, E6 and CF. RGB value is (237,230,207). Sum of RGB (Red+Green+Blue) = 237+230+207=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6CF is #121930. Grayscale: #E5E5E5. Windows color (decimal): -1186097 or 13625069. OLE color: 13625069.

HSL color Cylindrical-coordinate representation of color #EDE6CF: hue angle of 46º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDE6CF is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237230207-
CMYK00.030.130.07
HSL46º45.45%87.06%-
HSV(B)46º12.66%92.94%-
XYZ74.4879.170.37-
YUV229.47115.32133.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 230 (90.23% from 255) = 34.12%
BLUE value IS 207 (81.25% from 255) = 30.71%
R=35.16%
G=34.12%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723020700.030.130.074645.4587.06
HexEDE6CF03D72e2d57
Octal355346317031575655127
Binary11101101111001101100111101111011111011101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6CF; }

 p { color: rgb(237,230,207); }

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

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

 a { background-color: rgb(237,230,207); }

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

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

 span { border-color: rgb(237,230,207); }

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