#EFF1DC

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

Shades of Sugar Cane #EFF1DC

Tints of Sugar Cane #EFF1DC

Color information

#EFF1DC (or 0xEFF1DC) is unknown color: approx Sugar Cane. HEX triplet: EF, F1 and DC. RGB value is (239,241,220). Sum of RGB (Red+Green+Blue) = 239+241+220=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1DC is #100E23. Grayscale: #EEEEEE. Windows color (decimal): -1052196 or 14479855. OLE color: 14479855.

HSL color Cylindrical-coordinate representation of color #EFF1DC: hue angle of 65.71º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF1DC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB239241220-
CMYK0.0100.090.05
HSL65.71º42.86%90.39%-
HSV(B)65.71º8.71%94.51%-
XYZ79.9786.4380.18-
YUV238.01117.84128.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 241 (94.53% from 255) = 34.43%
BLUE value IS 220 (86.33% from 255) = 31.43%
R=34.14%
G=34.43%
B=31.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412200.0100.090.0565.7142.8690.39
HexEFF1DC1095422b5a
Octal3573613341011510253132
Binary11101111111100011101110010100110110000101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1DC; }

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

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

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

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

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

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

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

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