#EFF1DD

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

Shades of Sugar Cane #EFF1DD

Tints of Sugar Cane #EFF1DD

Color information

#EFF1DD (or 0xEFF1DD) is unknown color: approx Sugar Cane. HEX triplet: EF, F1 and DD. RGB value is (239,241,221). Sum of RGB (Red+Green+Blue) = 239+241+221=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1DD is #100E22. Grayscale: #EEEEEE. Windows color (decimal): -1052195 or 14545391. OLE color: 14545391.

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

Color convert

RGB239241221-
CMYK0.0100.080.05
HSL66º41.67%90.59%-
HSV(B)66º8.3%94.51%-
XYZ80.186.4880.88-
YUV238.12118.34128.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 221 (86.72% from 255) = 31.53%
R=34.09%
G=34.38%
B=31.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412210.0100.080.056641.6790.59
HexEFF1DD1085422a5b
Octal3573613351010510252133
Binary11101111111100011101110110100010110000101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1DD; }

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

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

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

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

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

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

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

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