#EFF2DC

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

Shades of Sugar Cane #EFF2DC

Tints of Sugar Cane #EFF2DC

Color information

#EFF2DC (or 0xEFF2DC) is unknown color: approx Sugar Cane. HEX triplet: EF, F2 and DC. RGB value is (239,242,220). Sum of RGB (Red+Green+Blue) = 239+242+220=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2DC is #100D23. Grayscale: #EEEEEE. Windows color (decimal): -1051940 or 14480111. OLE color: 14480111.

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

Color convert

RGB239242220-
CMYK0.0100.090.05
HSL68.18º45.83%90.59%-
HSV(B)68.18º9.09%94.9%-
XYZ80.2787.0280.28-
YUV238.6117.51128.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 220 (86.33% from 255) = 31.38%
R=34.09%
G=34.52%
B=31.38%

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
Decimal2392422200.0100.090.0568.1845.8390.59
HexEFF2DC1095442e5b
Octal3573623341011510456133
Binary11101111111100101101110010100110110001001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2DC; }

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

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

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

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

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

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

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

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