#EFEFED

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

Shades of Sugar Cane #EFEFED

Tints of Sugar Cane #EFEFED

Color information

#EFEFED (or 0xEFEFED) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and ED. RGB value is (239,239,237). Sum of RGB (Red+Green+Blue) = 239+239+237=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFED is #101012. Grayscale: #EEEEEE. Windows color (decimal): -1052691 or 15593455. OLE color: 15593455.

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

Color convert

RGB239239237-
CMYK000.010.06
HSL60º5.88%93.33%-
HSV(B)60º0.84%93.73%-
XYZ81.7586.292.45-
YUV238.77127128.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 237 (92.97% from 255) = 33.15%
R=33.43%
G=33.43%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239237000.010.06605.8893.33
HexEFEFED00163c65d
Octal3573573550016746135
Binary1110111111101111111011010011101111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFED; }

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

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

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

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

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

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

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

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