#EBECDC

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

Shades of Sugar Cane #EBECDC

Tints of Sugar Cane #EBECDC

Color information

#EBECDC (or 0xEBECDC) is unknown color: approx Sugar Cane. HEX triplet: EB, EC and DC. RGB value is (235,236,220). Sum of RGB (Red+Green+Blue) = 235+236+220=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECDC is #141323. Grayscale: #E9E9E9. Windows color (decimal): -1315620 or 14478571. OLE color: 14478571.

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

Color convert

RGB235236220-
CMYK0.0000.070.07
HSL63.75º29.63%89.41%-
HSV(B)63.75º6.78%92.55%-
XYZ77.1782.8279.63-
YUV233.88120.17128.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=34.01%
G=34.15%
B=31.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362200.0000.070.0763.7529.6389.41
HexEBECDC0077401e59
Octal353354334007710036131
Binary111010111110110011011100001111111000000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECDC; }

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

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

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

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

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

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

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

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