#EFEFD9

Color #EFEFD9 Sugar Cane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sugar Cane #EFEFD9

Tints of Sugar Cane #EFEFD9

Color information

#EFEFD9 (or 0xEFEFD9) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and D9. RGB value is (239,239,217). Sum of RGB (Red+Green+Blue) = 239+239+217=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFD9 is #101026. Grayscale: #ECECEC. Windows color (decimal): -1052711 or 14282735. OLE color: 14282735.

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

Color convert

RGB239239217-
CMYK000.090.06
HSL60º40.74%89.41%-
HSV(B)60º9.21%93.73%-
XYZ78.9985.0977.91-
YUV236.49117129.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 217 (85.16% from 255) = 31.22%
R=34.39%
G=34.39%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239217000.090.066040.7489.41
HexEFEFD900963c2959
Octal357357331001167451131
Binary1110111111101111110110010010011101111001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFD9; }

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

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

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

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

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

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

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

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