#EFEDCF

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

Shades of Rum Swizzle #EFEDCF

Tints of Rum Swizzle #EFEDCF

Color information

#EFEDCF (or 0xEFEDCF) is unknown color: approx Rum Swizzle. HEX triplet: EF, ED and CF. RGB value is (239,237,207). Sum of RGB (Red+Green+Blue) = 239+237+207=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDCF is #101230. Grayscale: #EAEAEA. Windows color (decimal): -1053233 or 13626863. OLE color: 13626863.

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

Color convert

RGB239237207-
CMYK00.010.130.06
HSL56.25º50%87.45%-
HSV(B)56.25º13.39%93.73%-
XYZ77.1483.4271.07-
YUV234.18112.66131.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 207 (81.25% from 255) = 30.31%
R=34.99%
G=34.70%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923720700.010.130.0656.255087.45
HexEFEDCF01D6383257
Octal357355317011567062127
Binary1110111111101101110011110111011101110001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDCF; }

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

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

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

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

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

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

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

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