#EFF2DA

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

Shades of Sugar Cane #EFF2DA

Tints of Sugar Cane #EFF2DA

Color information

#EFF2DA (or 0xEFF2DA) is unknown color: approx Sugar Cane. HEX triplet: EF, F2 and DA. RGB value is (239,242,218). Sum of RGB (Red+Green+Blue) = 239+242+218=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2DA is #100D25. Grayscale: #EEEEEE. Windows color (decimal): -1051942 or 14349039. OLE color: 14349039.

HSL color Cylindrical-coordinate representation of color #EFF2DA: hue angle of 67.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF2DA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB239242218-
CMYK0.0100.100.05
HSL67.5º48%90.2%-
HSV(B)67.5º9.92%94.9%-
XYZ8086.9278.89-
YUV238.37116.51128.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=34.19%
G=34.62%
B=31.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392422180.0100.100.0567.54890.2
HexEFF2DA10A544305a
Octal3573623321012510460132
Binary11101111111100101101101010101010110001001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2DA; }

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

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

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

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

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

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

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

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