#EBECDA

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

Shades of Sugar Cane #EBECDA

Tints of Sugar Cane #EBECDA

Color information

#EBECDA (or 0xEBECDA) is unknown color: approx Sugar Cane. HEX triplet: EB, EC and DA. RGB value is (235,236,218). Sum of RGB (Red+Green+Blue) = 235+236+218=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECDA is #141325. Grayscale: #E9E9E9. Windows color (decimal): -1315622 or 14347499. OLE color: 14347499.

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

Color convert

RGB235236218-
CMYK0.0000.080.07
HSL63.33º32.14%89.02%-
HSV(B)63.33º7.63%92.55%-
XYZ76.9182.7278.24-
YUV233.65119.17128.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=34.11%
G=34.25%
B=31.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362180.0000.080.0763.3332.1489.02
HexEBECDA00873f2059
Octal353354332001077740131
Binary1110101111101100110110100010001111111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECDA; }

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

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

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

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

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

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

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

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