#EFF0E7

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

Shades of Sugar Cane #EFF0E7

Tints of Sugar Cane #EFF0E7

Color information

#EFF0E7 (or 0xEFF0E7) is unknown color: approx Sugar Cane. HEX triplet: EF, F0 and E7. RGB value is (239,240,231). Sum of RGB (Red+Green+Blue) = 239+240+231=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0E7 is #100F18. Grayscale: #EEEEEE. Windows color (decimal): -1052441 or 15200495. OLE color: 15200495.

HSL color Cylindrical-coordinate representation of color #EFF0E7: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF0E7 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239240231-
CMYK0.0000.040.06
HSL66.67º23.08%92.35%-
HSV(B)66.67º3.75%94.12%-
XYZ81.1886.4488.01-
YUV238.68123.67128.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 240 (94.14% from 255) = 33.80%
BLUE value IS 231 (90.62% from 255) = 32.54%
R=33.66%
G=33.80%
B=32.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402310.0000.040.0666.6723.0892.35
HexEFF0E7004643175c
Octal357360347004610327134
Binary111011111111000011100111001001101000011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0E7; }

 p { color: rgb(239,240,231); }

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

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

 a { background-color: rgb(239,240,231); }

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

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

 span { border-color: rgb(239,240,231); }

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