Html Css Color HEX #EFEDD1 Rum Swizzle

📋 copy color: '#EFEDD1'

red 239 ◦ green 237 ◦ blue 209

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

Shades of Rum Swizzle #EFEDD1

Tints of Rum Swizzle #EFEDD1

RGB

 RED value IS 239 (93.75% from 255) = 34.89%

 GREEN value IS 237 (92.97% from 255) = 34.6%

 BLUE value IS 209 (82.03% from 255) = 30.51%

R = 34.89%
G = 34.6%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFEDD1 (or 0xEFEDD1) is known color: Rum Swizzle. HEX triplet: EF, ED and D1. RGB value is (239,237,209). Sum of RGB (Red+Green+Blue) = 239+237+209=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDD1 is #10122E. Grayscale: #EAEAEA. Windows color (decimal): -1053231 or 13757935. OLE color: 13757935.

HSL color Cylindrical-coordinate representation of color #EFEDD1: hue angle of 56º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFEDD1 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 209 -
CMYK 0 0.01 0.13 0.06
HSL 56º 0.48% 0.88% -
HSV(B) 56º 0.13% 0.94% -
XYZ 77.39 83.52 72.36 -
YUV 234.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 239 237 209 0 0.01 0.13 0.06 56 0.48 0.88
Hex EF ED D1 0 1 D 6 38 30 58
Octal 357 355 321 0 1 15 6 70 60 130
Binary 11101111 11101101 11010001 0 1 1101 110 111000 110000 1011000

Color Harmonies of #EFEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDD1

Black with #EFEDD1

Text Example


Text Example

White with #EFEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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