#EAEBD4

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

Shades of Sugar Cane #EAEBD4

Tints of Sugar Cane #EAEBD4

Color information

#EAEBD4 (or 0xEAEBD4) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and D4. RGB value is (234,235,212). Sum of RGB (Red+Green+Blue) = 234+235+212=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBD4 is #15142B. Grayscale: #E8E8E8. Windows color (decimal): -1381420 or 13954026. OLE color: 13954026.

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

Color convert

RGB234235212-
CMYK0.0000.100.08
HSL62.61º36.51%87.65%-
HSV(B)62.61º9.79%92.16%-
XYZ75.5281.6674.07-
YUV232.08116.67129.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 212 (83.20% from 255) = 31.13%
R=34.36%
G=34.51%
B=31.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342352120.0000.100.0862.6136.5187.65
HexEAEBD400A83f2558
Octal3523533240012107745130
Binary11101010111010111101010000101010001111111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBD4; }

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

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

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

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

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

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

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

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