Html Css Color HEX #EFEDD6 Rum Swizzle

📋 copy color: '#EFEDD6'

red 239 ◦ green 237 ◦ blue 214

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

Shades of Rum Swizzle #EFEDD6

Tints of Rum Swizzle #EFEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.01%

R = 34.64%
G = 34.35%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFEDD6 (or 0xEFEDD6) is known color: Rum Swizzle. HEX triplet: EF, ED and D6. RGB value is (239,237,214). Sum of RGB (Red+Green+Blue) = 239+237+214=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDD6 is #101229. Grayscale: #EBEBEB. Windows color (decimal): -1053226 or 14085615. OLE color: 14085615.

HSL color Cylindrical-coordinate representation of color #EFEDD6: hue angle of 55.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFEDD6 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 214 -
CMYK 0 0.01 0.10 0.06
HSL 55.2º 0.44% 0.89% -
HSV(B) 55.2º 0.1% 0.94% -
XYZ 78.02 83.77 75.68 -
YUV 234.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 239 237 214 0 0.01 0.10 0.06 55.2 0.44 0.89
Hex EF ED D6 0 1 A 6 37 2C 59
Octal 357 355 326 0 1 12 6 67 54 131
Binary 11101111 11101101 11010110 0 1 1010 110 110111 101100 1011001

Color Harmonies of #EFEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDD6

Black with #EFEDD6

Text Example


Text Example

White with #EFEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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