Html Css Color HEX #EFEEDA Rum Swizzle

📋 copy color: '#EFEEDA'

red 239 ◦ green 238 ◦ blue 218

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

Shades of Rum Swizzle #EFEEDA

Tints of Rum Swizzle #EFEEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.24%

 BLUE value IS 218 (85.55% from 255) = 31.37%

R = 34.39%
G = 34.24%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFEEDA (or 0xEFEEDA) is known color: Rum Swizzle. HEX triplet: EF, EE and DA. RGB value is (239,238,218). Sum of RGB (Red+Green+Blue) = 239+238+218=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDA is #101125. Grayscale: #ECECEC. Windows color (decimal): -1052966 or 14348015. OLE color: 14348015.

HSL color Cylindrical-coordinate representation of color #EFEEDA: hue angle of 57.14º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFEEDA is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 238 218 -
CMYK 0 0.00 0.09 0.06
HSL 57.14º 0.4% 0.9% -
HSV(B) 57.14º 0.09% 0.94% -
XYZ 78.83 84.56 78.5 -
YUV 236.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 239 238 218 0 0.00 0.09 0.06 57.14 0.4 0.9
Hex EF EE DA 0 0 9 6 39 28 5A
Octal 357 356 332 0 0 11 6 71 50 132
Binary 11101111 11101110 11011010 0 0 1001 110 111001 101000 1011010

Color Harmonies of #EFEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEDA

Black with #EFEEDA

Text Example


Text Example

White with #EFEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEDA; }

 p { color: rgb(239,238,218); }

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

background-color css

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

 a { background-color: rgb(239,238,218); }

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

border-color css

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

 span { border-color: rgb(239,238,218); }

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