#EFF1DE

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

Shades of Sugar Cane #EFF1DE

Tints of Sugar Cane #EFF1DE

Color information

#EFF1DE (or 0xEFF1DE) is unknown color: approx Sugar Cane. HEX triplet: EF, F1 and DE. RGB value is (239,241,222). Sum of RGB (Red+Green+Blue) = 239+241+222=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1DE is #100E21. Grayscale: #EEEEEE. Windows color (decimal): -1052194 or 14610927. OLE color: 14610927.

HSL color Cylindrical-coordinate representation of color #EFF1DE: hue angle of 66.32º degrees, saturation: 0.4, 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 #EFF1DE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB239241222-
CMYK0.0100.080.05
HSL66.32º40.43%90.78%-
HSV(B)66.32º7.88%94.51%-
XYZ80.2486.5481.58-
YUV238.24118.84128.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 241 (94.53% from 255) = 34.33%
BLUE value IS 222 (87.11% from 255) = 31.62%
R=34.05%
G=34.33%
B=31.62%

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
Decimal2392412220.0100.080.0566.3240.4390.78
HexEFF1DE108542285b
Octal3573613361010510250133
Binary11101111111100011101111010100010110000101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1DE; }

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

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

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

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

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

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

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

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