#EFF1DF

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

Shades of Sugar Cane #EFF1DF

Tints of Sugar Cane #EFF1DF

Color information

#EFF1DF (or 0xEFF1DF) is unknown color: approx Sugar Cane. HEX triplet: EF, F1 and DF. RGB value is (239,241,223). Sum of RGB (Red+Green+Blue) = 239+241+223=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1DF is #100E20. Grayscale: #EEEEEE. Windows color (decimal): -1052193 or 14676463. OLE color: 14676463.

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

Color convert

RGB239241223-
CMYK0.0100.070.05
HSL66.67º39.13%90.98%-
HSV(B)66.67º7.47%94.51%-
XYZ80.3786.5982.29-
YUV238.35119.34128.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 241 (94.53% from 255) = 34.28%
BLUE value IS 223 (87.5% from 255) = 31.72%
R=34.00%
G=34.28%
B=31.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412230.0100.070.0566.6739.1390.98
HexEFF1DF107543275b
Octal357361337107510347133
Binary1110111111110001110111111011110110000111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1DF; }

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

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

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

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

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

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

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

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