Html Css Color HEX #EDECDA Rum Swizzle

📋 copy color: '#EDECDA'

red 237 ◦ green 236 ◦ blue 218

#EDECDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum Swizzle #EDECDA

Tints of Rum Swizzle #EDECDA

RGB

 RED value IS 237 (92.97% from 255) = 34.3%

 GREEN value IS 236 (92.58% from 255) = 34.15%

 BLUE value IS 218 (85.55% from 255) = 31.55%

R = 34.3%
G = 34.15%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDECDA (or 0xEDECDA) is known color: Rum Swizzle. HEX triplet: ED, EC and DA. RGB value is (237,236,218). Sum of RGB (Red+Green+Blue) = 237+236+218=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECDA is #121325. Grayscale: #EAEAEA. Windows color (decimal): -1184550 or 14347501. OLE color: 14347501.

HSL color Cylindrical-coordinate representation of color #EDECDA: hue angle of 56.84º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDECDA is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 218 -
CMYK 0 0.00 0.08 0.07
HSL 56.84º 0.35% 0.89% -
HSV(B) 56.84º 0.08% 0.93% -
XYZ 77.58 83.06 78.27 -
YUV 234.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 237 236 218 0 0.00 0.08 0.07 56.84 0.35 0.89
Hex ED EC DA 0 0 8 7 39 23 59
Octal 355 354 332 0 0 10 7 71 43 131
Binary 11101101 11101100 11011010 0 0 1000 111 111001 100011 1011001

Color Harmonies of #EDECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECDA

Black with #EDECDA

Text Example


Text Example

White with #EDECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECDA; }

 p { color: rgb(237,236,218); }

 H1.HeaderClassName
 {
   color: #EDECDA;
 }
 .AnyTagClassName
 {
   color: #EDECDA;
 }
</style>

background-color css

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

 a { background-color: rgb(237,236,218); }

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

border-color css

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

 span { border-color: rgb(237,236,218); }

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