#EDE6D0

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

Shades of Orange White #EDE6D0

Tints of Orange White #EDE6D0

Color information

#EDE6D0 (or 0xEDE6D0) is unknown color: approx Orange White. HEX triplet: ED, E6 and D0. RGB value is (237,230,208). Sum of RGB (Red+Green+Blue) = 237+230+208=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6D0 is #12192F. Grayscale: #E5E5E5. Windows color (decimal): -1186096 or 13690605. OLE color: 13690605.

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

Color convert

RGB237230208-
CMYK00.030.120.07
HSL45.52º44.62%87.25%-
HSV(B)45.52º12.24%92.94%-
XYZ74.6179.1571.02-
YUV229.58115.82133.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 230 (90.23% from 255) = 34.07%
BLUE value IS 208 (81.64% from 255) = 30.81%
R=35.11%
G=34.07%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723020800.030.120.0745.5244.6287.25
HexEDE6D003C72e2d57
Octal355346320031475655127
Binary11101101111001101101000001111001111011101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6D0; }

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

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

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

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

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

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

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

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