#EDEBD5

Color #EDEBD5 Rum Swizzle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum Swizzle #EDEBD5

Tints of Rum Swizzle #EDEBD5

Color information

#EDEBD5 (or 0xEDEBD5) is unknown color: approx Rum Swizzle. HEX triplet: ED, EB and D5. RGB value is (237,235,213). Sum of RGB (Red+Green+Blue) = 237+235+213=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD5 is #12142A. Grayscale: #E9E9E9. Windows color (decimal): -1184811 or 14019565. OLE color: 14019565.

HSL color Cylindrical-coordinate representation of color #EDEBD5: hue angle of 55º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDEBD5 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237235213-
CMYK00.010.100.07
HSL55º40%88.24%-
HSV(B)55º10.13%92.94%-
XYZ76.6482.2374.78-
YUV233.09116.66130.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 213 (83.59% from 255) = 31.09%
R=34.60%
G=34.31%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723521300.010.100.07554088.24
HexEDEBD501A7372858
Octal355353325011276750130
Binary1110110111101011110101010110101111101111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBD5; }

 p { color: rgb(237,235,213); }

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

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

 a { background-color: rgb(237,235,213); }

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

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

 span { border-color: rgb(237,235,213); }

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