#EFEED7

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

Shades of Rum Swizzle #EFEED7

Tints of Rum Swizzle #EFEED7

Color information

#EFEED7 (or 0xEFEED7) is unknown color: approx Rum Swizzle. HEX triplet: EF, EE and D7. RGB value is (239,238,215). Sum of RGB (Red+Green+Blue) = 239+238+215=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 215 (84.38% from 255 or 31.07% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEED7 is #101128. Grayscale: #EBEBEB. Windows color (decimal): -1052969 or 14151407. OLE color: 14151407.

HSL color Cylindrical-coordinate representation of color #EFEED7: hue angle of 57.5º degrees, saturation: 0.43, 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 #EFEED7 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239238215-
CMYK00.000.100.06
HSL57.5º42.86%89.02%-
HSV(B)57.5º10.04%93.73%-
XYZ78.4484.4176.45-
YUV235.68116.33130.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 238 (93.36% from 255) = 34.39%
BLUE value IS 215 (84.38% from 255) = 31.07%
R=34.54%
G=34.39%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923821500.000.100.0657.542.8689.02
HexEFEED700A63a2b59
Octal357356327001267253131
Binary1110111111101110110101110010101101110101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEED7; }

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

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

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

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

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

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

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

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