#EFEFDC

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

Shades of Sugar Cane #EFEFDC

Tints of Sugar Cane #EFEFDC

Color information

#EFEFDC (or 0xEFEFDC) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and DC. RGB value is (239,239,220). Sum of RGB (Red+Green+Blue) = 239+239+220=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFDC is #101023. Grayscale: #ECECEC. Windows color (decimal): -1052708 or 14479343. OLE color: 14479343.

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

Color convert

RGB239239220-
CMYK000.080.06
HSL60º37.25%90%-
HSV(B)60º7.95%93.73%-
XYZ79.3885.2579.98-
YUV236.83118.5129.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=34.24%
G=34.24%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239220000.080.066037.2590
HexEFEFDC00863c255a
Octal357357334001067445132
Binary1110111111101111110111000010001101111001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFDC; }

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

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

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

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

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

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

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

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