#EDEBD3

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

Shades of Rum Swizzle #EDEBD3

Tints of Rum Swizzle #EDEBD3

Color information

#EDEBD3 (or 0xEDEBD3) is unknown color: approx Rum Swizzle. HEX triplet: ED, EB and D3. RGB value is (237,235,211). Sum of RGB (Red+Green+Blue) = 237+235+211=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD3 is #12142C. Grayscale: #E8E8E8. Windows color (decimal): -1184813 or 13888493. OLE color: 13888493.

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

Color convert

RGB237235211-
CMYK00.010.110.07
HSL55.38º41.94%87.84%-
HSV(B)55.38º10.97%92.94%-
XYZ76.3982.1273.45-
YUV232.86115.66130.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 235 (92.19% from 255) = 34.41%
BLUE value IS 211 (82.81% from 255) = 30.89%
R=34.70%
G=34.41%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723521100.010.110.0755.3841.9487.84
HexEDEBD301B7372a58
Octal355353323011376752130
Binary1110110111101011110100110110111111101111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBD3; }

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

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

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

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

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

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

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

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