#EDEBD1

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

Shades of Rum Swizzle #EDEBD1

Tints of Rum Swizzle #EDEBD1

Color information

#EDEBD1 (or 0xEDEBD1) is unknown color: approx Rum Swizzle. HEX triplet: ED, EB and D1. RGB value is (237,235,209). Sum of RGB (Red+Green+Blue) = 237+235+209=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD1 is #12142E. Grayscale: #E8E8E8. Windows color (decimal): -1184815 or 13757421. OLE color: 13757421.

HSL color Cylindrical-coordinate representation of color #EDEBD1: hue angle of 55.71º degrees, saturation: 0.44, 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 #EDEBD1 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB237235209-
CMYK00.010.120.07
HSL55.71º43.75%87.45%-
HSV(B)55.71º11.81%92.94%-
XYZ76.1482.0272.14-
YUV232.63114.66131.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 209 (82.03% from 255) = 30.69%
R=34.80%
G=34.51%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723520900.010.120.0755.7143.7587.45
HexEDEBD101C7382c57
Octal355353321011477054127
Binary1110110111101011110100010111001111110001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBD1; }

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

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

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

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

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

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

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

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