#EFEFE3

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

Shades of Sugar Cane #EFEFE3

Tints of Sugar Cane #EFEFE3

Color information

#EFEFE3 (or 0xEFEFE3) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and E3. RGB value is (239,239,227). Sum of RGB (Red+Green+Blue) = 239+239+227=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE3 is #10101C. Grayscale: #EDEDED. Windows color (decimal): -1052701 or 14938095. OLE color: 14938095.

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

Color convert

RGB239239227-
CMYK000.050.06
HSL60º27.27%91.37%-
HSV(B)60º5.02%93.73%-
XYZ80.3385.6384.97-
YUV237.63122128.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 227 (89.06% from 255) = 32.20%
R=33.90%
G=33.90%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239227000.050.066027.2791.37
HexEFEFE300563c1b5b
Octal35735734300567433133
Binary11101111111011111110001100101110111100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFE3; }

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

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

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

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

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

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

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

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