#ECEFDA

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

Shades of Sugar Cane #ECEFDA

Tints of Sugar Cane #ECEFDA

Color information

#ECEFDA (or 0xECEFDA) is unknown color: approx Sugar Cane. HEX triplet: EC, EF and DA. RGB value is (236,239,218). Sum of RGB (Red+Green+Blue) = 236+239+218=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFDA is #131025. Grayscale: #EBEBEB. Windows color (decimal): -1249318 or 14348268. OLE color: 14348268.

HSL color Cylindrical-coordinate representation of color #ECEFDA: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECEFDA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB236239218-
CMYK0.0100.090.06
HSL68.57º39.62%89.61%-
HSV(B)68.57º8.79%93.73%-
XYZ78.1184.6378.55-
YUV235.71118.01128.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=34.05%
G=34.49%
B=31.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392180.0100.090.0668.5739.6289.61
HexECEFDA109645285a
Octal3543573321011610550132
Binary11101100111011111101101010100111010001011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFDA; }

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

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

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

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

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

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

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

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