#EBEDD5

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

Shades of Sugar Cane #EBEDD5

Tints of Sugar Cane #EBEDD5

Color information

#EBEDD5 (or 0xEBEDD5) is unknown color: approx Sugar Cane. HEX triplet: EB, ED and D5. RGB value is (235,237,213). Sum of RGB (Red+Green+Blue) = 235+237+213=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDD5 is #14122A. Grayscale: #E9E9E9. Windows color (decimal): -1315371 or 14020075. OLE color: 14020075.

HSL color Cylindrical-coordinate representation of color #EBEDD5: hue angle of 65º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBEDD5 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB235237213-
CMYK0.0100.100.07
HSL65º40%88.24%-
HSV(B)65º10.13%92.94%-
XYZ76.5683.0374.94-
YUV233.67116.34128.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 213 (83.59% from 255) = 31.09%
R=34.31%
G=34.60%
B=31.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372130.0100.100.07654088.24
HexEBEDD510A7412858
Octal3533553251012710150130
Binary11101011111011011101010110101011110000011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDD5; }

 p { color: rgb(235,237,213); }

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

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

 a { background-color: rgb(235,237,213); }

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

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

 span { border-color: rgb(235,237,213); }

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