#EFEDD4

Color #EFEDD4 Rum Swizzle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum Swizzle #EFEDD4

Tints of Rum Swizzle #EFEDD4

Color information

#EFEDD4 (or 0xEFEDD4) is unknown color: approx Rum Swizzle. HEX triplet: EF, ED and D4. RGB value is (239,237,212). Sum of RGB (Red+Green+Blue) = 239+237+212=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDD4 is #10122B. Grayscale: #EAEAEA. Windows color (decimal): -1053228 or 13954543. OLE color: 13954543.

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

Color convert

RGB239237212-
CMYK00.010.110.06
HSL55.56º45.76%88.43%-
HSV(B)55.56º11.3%93.73%-
XYZ77.7683.6774.34-
YUV234.75115.16131.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 212 (83.20% from 255) = 30.81%
R=34.74%
G=34.45%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923721200.010.110.0655.5645.7688.43
HexEFEDD401B6382e58
Octal357355324011367056130
Binary1110111111101101110101000110111101110001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDD4; }

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

 H1.HeaderClassName
 {
   color: #EFEDD4;
 }
 .AnyTagClassName
 {
   color: #EFEDD4;
 }
</style>
background-color css

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

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

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

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

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

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