#EBECDE

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

Shades of Sugar Cane #EBECDE

Tints of Sugar Cane #EBECDE

Color information

#EBECDE (or 0xEBECDE) is unknown color: approx Sugar Cane. HEX triplet: EB, EC and DE. RGB value is (235,236,222). Sum of RGB (Red+Green+Blue) = 235+236+222=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECDE is #141321. Grayscale: #EAEAEA. Windows color (decimal): -1315618 or 14609643. OLE color: 14609643.

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

Color convert

RGB235236222-
CMYK0.0000.060.07
HSL64.29º26.92%89.8%-
HSV(B)64.29º5.93%92.55%-
XYZ77.4482.9381.03-
YUV234.1121.17128.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=33.91%
G=34.05%
B=32.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362220.0000.060.0764.2926.9289.8
HexEBECDE0067401b5a
Octal353354336006710033132
Binary111010111110110011011110001101111000000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECDE; }

 p { color: rgb(235,236,222); }

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

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

 a { background-color: rgb(235,236,222); }

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

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

 span { border-color: rgb(235,236,222); }

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