#EFEFE8

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

Shades of Sugar Cane #EFEFE8

Tints of Sugar Cane #EFEFE8

Color information

#EFEFE8 (or 0xEFEFE8) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and E8. RGB value is (239,239,232). Sum of RGB (Red+Green+Blue) = 239+239+232=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFE8 is #101017. Grayscale: #EEEEEE. Windows color (decimal): -1052696 or 15265775. OLE color: 15265775.

HSL color Cylindrical-coordinate representation of color #EFEFE8: hue angle of 60º degrees, saturation: 0.18, 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 #EFEFE8 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239239232-
CMYK000.030.06
HSL60º17.95%92.35%-
HSV(B)60º2.93%93.73%-
XYZ81.0385.9188.66-
YUV238.2124.5128.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 232 (91.02% from 255) = 32.68%
R=33.66%
G=33.66%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239232000.030.066017.9592.35
HexEFEFE800363c125c
Octal35735735000367422134
Binary1110111111101111111010000011110111100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFE8; }

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

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

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

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

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

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

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

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