Html Css Color HEX #EFEDD9 Rum Swizzle

📋 copy color: '#EFEDD9'

red 239 ◦ green 237 ◦ blue 217

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

Shades of Rum Swizzle #EFEDD9

Tints of Rum Swizzle #EFEDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.31%

R = 34.49%
G = 34.2%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFEDD9 (or 0xEFEDD9) is known color: Rum Swizzle. HEX triplet: EF, ED and D9. RGB value is (239,237,217). Sum of RGB (Red+Green+Blue) = 239+237+217=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDD9 is #101226. Grayscale: #EBEBEB. Windows color (decimal): -1053223 or 14282223. OLE color: 14282223.

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

Color convert

RGB 239 237 217 -
CMYK 0 0.01 0.09 0.06
HSL 54.55º 0.41% 0.89% -
HSV(B) 54.55º 0.09% 0.94% -
XYZ 78.41 83.93 77.71 -
YUV 235.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 239 237 217 0 0.01 0.09 0.06 54.55 0.41 0.89
Hex EF ED D9 0 1 9 6 37 29 59
Octal 357 355 331 0 1 11 6 67 51 131
Binary 11101111 11101101 11011001 0 1 1001 110 110111 101001 1011001

Color Harmonies of #EFEDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDD9

Black with #EFEDD9

Text Example


Text Example

White with #EFEDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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