Html Css Color HEX #EDECD0 Rum Swizzle

📋 copy color: '#EDECD0'

red 237 ◦ green 236 ◦ blue 208

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

Shades of Rum Swizzle #EDECD0

Tints of Rum Swizzle #EDECD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.54%

R = 34.8%
G = 34.65%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDECD0 (or 0xEDECD0) is known color: Rum Swizzle. HEX triplet: ED, EC and D0. RGB value is (237,236,208). Sum of RGB (Red+Green+Blue) = 237+236+208=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECD0 is #12132F. Grayscale: #E9E9E9. Windows color (decimal): -1184560 or 13692141. OLE color: 13692141.

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

Color convert

RGB 237 236 208 -
CMYK 0 0.00 0.12 0.07
HSL 57.93º 0.45% 0.87% -
HSV(B) 57.93º 0.12% 0.93% -
XYZ 76.31 82.55 71.59 -
YUV 233.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 237 236 208 0 0.00 0.12 0.07 57.93 0.45 0.87
Hex ED EC D0 0 0 C 7 3A 2D 57
Octal 355 354 320 0 0 14 7 72 55 127
Binary 11101101 11101100 11010000 0 0 1100 111 111010 101101 1010111

Color Harmonies of #EDECD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECD0

Black with #EDECD0

Text Example


Text Example

White with #EDECD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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