#EAEBD6

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

Shades of Sugar Cane #EAEBD6

Tints of Sugar Cane #EAEBD6

Color information

#EAEBD6 (or 0xEAEBD6) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and D6. RGB value is (234,235,214). Sum of RGB (Red+Green+Blue) = 234+235+214=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 214 (83.98% from 255 or 31.33% from 683); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBD6 is #151429. Grayscale: #E8E8E8. Windows color (decimal): -1381418 or 14085098. OLE color: 14085098.

HSL color Cylindrical-coordinate representation of color #EAEBD6: hue angle of 62.86º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAEBD6 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234235214-
CMYK0.0000.090.08
HSL62.86º34.43%88.04%-
HSV(B)62.86º8.94%92.16%-
XYZ75.7881.7675.41-
YUV232.31117.67129.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 235 (92.19% from 255) = 34.41%
BLUE value IS 214 (83.98% from 255) = 31.33%
R=34.26%
G=34.41%
B=31.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342352140.0000.090.0862.8634.4388.04
HexEAEBD600983f2258
Octal3523533260011107742130
Binary11101010111010111101011000100110001111111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBD6; }

 p { color: rgb(234,235,214); }

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

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

 a { background-color: rgb(234,235,214); }

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

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

 span { border-color: rgb(234,235,214); }

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