#EFF2DD

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

Shades of Sugar Cane #EFF2DD

Tints of Sugar Cane #EFF2DD

Color information

#EFF2DD (or 0xEFF2DD) is unknown color: approx Sugar Cane. HEX triplet: EF, F2 and DD. RGB value is (239,242,221). Sum of RGB (Red+Green+Blue) = 239+242+221=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2DD is #100D22. Grayscale: #EEEEEE. Windows color (decimal): -1051939 or 14545647. OLE color: 14545647.

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

Color convert

RGB239242221-
CMYK0.0100.090.05
HSL68.57º44.68%90.78%-
HSV(B)68.57º8.68%94.9%-
XYZ80.487.0880.98-
YUV238.71118.01128.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=34.05%
G=34.47%
B=31.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392422210.0100.090.0568.5744.6890.78
HexEFF2DD1095452d5b
Octal3573623351011510555133
Binary11101111111100101101110110100110110001011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2DD; }

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

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

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

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

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

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

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

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