Html Css Color HEX #EFEDD3 Rum Swizzle

📋 copy color: '#EFEDD3'

red 239 ◦ green 237 ◦ blue 211

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

Shades of Rum Swizzle #EFEDD3

Tints of Rum Swizzle #EFEDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.71%

R = 34.79%
G = 34.5%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFEDD3 (or 0xEFEDD3) is known color: Rum Swizzle. HEX triplet: EF, ED and D3. RGB value is (239,237,211). Sum of RGB (Red+Green+Blue) = 239+237+211=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDD3 is #10122C. Grayscale: #EAEAEA. Windows color (decimal): -1053229 or 13889007. OLE color: 13889007.

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

Color convert

RGB 239 237 211 -
CMYK 0 0.01 0.12 0.06
HSL 55.71º 0.47% 0.88% -
HSV(B) 55.71º 0.12% 0.94% -
XYZ 77.64 83.62 73.68 -
YUV 234.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 239 237 211 0 0.01 0.12 0.06 55.71 0.47 0.88
Hex EF ED D3 0 1 C 6 38 2F 58
Octal 357 355 323 0 1 14 6 70 57 130
Binary 11101111 11101101 11010011 0 1 1100 110 111000 101111 1011000

Color Harmonies of #EFEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDD3

Black with #EFEDD3

Text Example


Text Example

White with #EFEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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