#EFEBD9

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

Shades of Rice Cake #EFEBD9

Tints of Rice Cake #EFEBD9

Color information

#EFEBD9 (or 0xEFEBD9) is unknown color: approx Rice Cake. HEX triplet: EF, EB and D9. RGB value is (239,235,217). Sum of RGB (Red+Green+Blue) = 239+235+217=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBD9 is #101426. Grayscale: #EAEAEA. Windows color (decimal): -1053735 or 14281711. OLE color: 14281711.

HSL color Cylindrical-coordinate representation of color #EFEBD9: hue angle of 49.09º 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 #EFEBD9 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239235217-
CMYK00.020.090.06
HSL49.09º40.74%89.41%-
HSV(B)49.09º9.21%93.73%-
XYZ77.8382.7877.52-
YUV234.14118.33131.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 217 (85.16% from 255) = 31.40%
R=34.59%
G=34.01%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923521700.020.090.0649.0940.7489.41
HexEFEBD90296312959
Octal357353331021166151131
Binary11101111111010111101100101010011101100011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBD9; }

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

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

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

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

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

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

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

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