#EFEFDB

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

Shades of Sugar Cane #EFEFDB

Tints of Sugar Cane #EFEFDB

Color information

#EFEFDB (or 0xEFEFDB) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and DB. RGB value is (239,239,219). Sum of RGB (Red+Green+Blue) = 239+239+219=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFDB is #101024. Grayscale: #ECECEC. Windows color (decimal): -1052709 or 14413807. OLE color: 14413807.

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

Color convert

RGB239239219-
CMYK000.080.06
HSL60º38.46%89.8%-
HSV(B)60º8.37%93.73%-
XYZ79.2585.279.29-
YUV236.72118129.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 219 (85.94% from 255) = 31.42%
R=34.29%
G=34.29%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239219000.080.066038.4689.8
HexEFEFDB00863c265a
Octal357357333001067446132
Binary1110111111101111110110110010001101111001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFDB; }

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

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

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

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

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

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

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

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