#EFF3DE

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

Shades of Sugar Cane #EFF3DE

Tints of Sugar Cane #EFF3DE

Color information

#EFF3DE (or 0xEFF3DE) is unknown color: approx Sugar Cane. HEX triplet: EF, F3 and DE. RGB value is (239,243,222). Sum of RGB (Red+Green+Blue) = 239+243+222=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3DE is #100C21. Grayscale: #EFEFEF. Windows color (decimal): -1051682 or 14611439. OLE color: 14611439.

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

Color convert

RGB239243222-
CMYK0.0200.090.05
HSL71.43º46.67%91.18%-
HSV(B)71.43º8.64%95.29%-
XYZ80.8387.7381.78-
YUV239.41118.17127.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 243 (95.31% from 255) = 34.52%
BLUE value IS 222 (87.11% from 255) = 31.53%
R=33.95%
G=34.52%
B=31.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392432220.0200.090.0571.4346.6791.18
HexEFF3DE2095472f5b
Octal3573633362011510757133
Binary111011111111001111011110100100110110001111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3DE; }

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

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

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

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

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

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

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

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