#EFF2E1

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

Shades of Sugar Cane #EFF2E1

Tints of Sugar Cane #EFF2E1

Color information

#EFF2E1 (or 0xEFF2E1) is unknown color: approx Sugar Cane. HEX triplet: EF, F2 and E1. RGB value is (239,242,225). Sum of RGB (Red+Green+Blue) = 239+242+225=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2E1 is #100D1E. Grayscale: #EFEFEF. Windows color (decimal): -1051935 or 14807791. OLE color: 14807791.

HSL color Cylindrical-coordinate representation of color #EFF2E1: hue angle of 70.59º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF2E1 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB239242225-
CMYK0.0100.070.05
HSL70.59º39.53%91.57%-
HSV(B)70.59º7.02%94.9%-
XYZ80.9487.2983.82-
YUV239.16120.01127.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 242 (94.92% from 255) = 34.28%
BLUE value IS 225 (88.28% from 255) = 31.87%
R=33.85%
G=34.28%
B=31.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392422250.0100.070.0570.5939.5391.57
HexEFF2E1107547285c
Octal357362341107510750134
Binary1110111111110010111000011011110110001111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2E1; }

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

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

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

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

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

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

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

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