#EFF3DD

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

Shades of Sugar Cane #EFF3DD

Tints of Sugar Cane #EFF3DD

Color information

#EFF3DD (or 0xEFF3DD) is unknown color: approx Sugar Cane. HEX triplet: EF, F3 and DD. RGB value is (239,243,221). Sum of RGB (Red+Green+Blue) = 239+243+221=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3DD is #100C22. Grayscale: #EFEFEF. Windows color (decimal): -1051683 or 14545903. OLE color: 14545903.

HSL color Cylindrical-coordinate representation of color #EFF3DD: hue angle of 70.91º degrees, saturation: 0.48, 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 #EFF3DD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB239243221-
CMYK0.0200.090.05
HSL70.91º47.83%90.98%-
HSV(B)70.91º9.05%95.29%-
XYZ80.787.6781.08-
YUV239.3117.67127.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 243 (95.31% from 255) = 34.57%
BLUE value IS 221 (86.72% from 255) = 31.44%
R=34.00%
G=34.57%
B=31.44%

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
Decimal2392432210.0200.090.0570.9147.8390.98
HexEFF3DD209547305b
Octal3573633352011510760133
Binary111011111111001111011101100100110110001111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3DD; }

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

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

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

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

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

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

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

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