#EBEED7

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

Shades of Sugar Cane #EBEED7

Tints of Sugar Cane #EBEED7

Color information

#EBEED7 (or 0xEBEED7) is unknown color: approx Sugar Cane. HEX triplet: EB, EE and D7. RGB value is (235,238,215). Sum of RGB (Red+Green+Blue) = 235+238+215=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEED7 is #141128. Grayscale: #EAEAEA. Windows color (decimal): -1315113 or 14151403. OLE color: 14151403.

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

Color convert

RGB235238215-
CMYK0.0100.100.07
HSL67.83º40.35%88.82%-
HSV(B)67.83º9.66%93.33%-
XYZ77.183.7276.39-
YUV234.48117.01128.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 215 (84.38% from 255) = 31.25%
R=34.16%
G=34.59%
B=31.25%

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
Decimal2352382150.0100.100.0767.8340.3588.82
HexEBEED710A7442859
Octal3533563271012710450131
Binary11101011111011101101011110101011110001001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEED7; }

 p { color: rgb(235,238,215); }

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

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

 a { background-color: rgb(235,238,215); }

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

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

 span { border-color: rgb(235,238,215); }

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