#EFEFE7

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

Shades of Sugar Cane #EFEFE7

Tints of Sugar Cane #EFEFE7

Color information

#EFEFE7 (or 0xEFEFE7) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and E7. RGB value is (239,239,231). Sum of RGB (Red+Green+Blue) = 239+239+231=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 231 (90.62% from 255 or 32.58% from 709); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFE7 is #101018. Grayscale: #EEEEEE. Windows color (decimal): -1052697 or 15200239. OLE color: 15200239.

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

Color convert

RGB239239231-
CMYK000.030.06
HSL60º20%92.16%-
HSV(B)60º3.35%93.73%-
XYZ80.8985.8587.91-
YUV238.09124128.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 231 (90.62% from 255) = 32.58%
R=33.71%
G=33.71%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239231000.030.06602092.16
HexEFEFE700363c145c
Octal35735734700367424134
Binary1110111111101111111001110011110111100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFE7; }

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

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

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

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

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

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

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

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