#EFEDDC

Color #EFEDDC Rice Cake (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Cake #EFEDDC

Tints of Rice Cake #EFEDDC

Color information

#EFEDDC (or 0xEFEDDC) is unknown color: approx Rice Cake. HEX triplet: EF, ED and DC. RGB value is (239,237,220). Sum of RGB (Red+Green+Blue) = 239+237+220=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDC is #101223. Grayscale: #EBEBEB. Windows color (decimal): -1053220 or 14478831. OLE color: 14478831.

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

Color convert

RGB239237220-
CMYK00.010.080.06
HSL53.68º37.25%90%-
HSV(B)53.68º7.95%93.73%-
XYZ78.884.0979.79-
YUV235.66119.16130.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 237 (92.97% from 255) = 34.05%
BLUE value IS 220 (86.33% from 255) = 31.61%
R=34.34%
G=34.05%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923722000.010.080.0653.6837.2590
HexEFEDDC018636255a
Octal357355334011066645132
Binary1110111111101101110111000110001101101101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDDC; }

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

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

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

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

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

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

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

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