Html Css Color HEX #EDEBD2 Rum Swizzle

📋 copy color: '#EDEBD2'

red 237 ◦ green 235 ◦ blue 210

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

Shades of Rum Swizzle #EDEBD2

Tints of Rum Swizzle #EDEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.46%

 BLUE value IS 210 (82.42% from 255) = 30.79%

R = 34.75%
G = 34.46%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDEBD2 (or 0xEDEBD2) is known color: Rum Swizzle. HEX triplet: ED, EB and D2. RGB value is (237,235,210). Sum of RGB (Red+Green+Blue) = 237+235+210=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBD2 is #12142D. Grayscale: #E8E8E8. Windows color (decimal): -1184814 or 13822957. OLE color: 13822957.

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

Color convert

RGB 237 235 210 -
CMYK 0 0.01 0.11 0.07
HSL 55.56º 0.43% 0.88% -
HSV(B) 55.56º 0.11% 0.93% -
XYZ 76.27 82.07 72.8 -
YUV 232.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 237 235 210 0 0.01 0.11 0.07 55.56 0.43 0.88
Hex ED EB D2 0 1 B 7 38 2B 58
Octal 355 353 322 0 1 13 7 70 53 130
Binary 11101101 11101011 11010010 0 1 1011 111 111000 101011 1011000

Color Harmonies of #EDEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBD2

Black with #EDEBD2

Text Example


Text Example

White with #EDEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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