#ECEFDC

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

Shades of Sugar Cane #ECEFDC

Tints of Sugar Cane #ECEFDC

Color information

#ECEFDC (or 0xECEFDC) is unknown color: approx Sugar Cane. HEX triplet: EC, EF and DC. RGB value is (236,239,220). Sum of RGB (Red+Green+Blue) = 236+239+220=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFDC is #131023. Grayscale: #ECECEC. Windows color (decimal): -1249316 or 14479340. OLE color: 14479340.

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

Color convert

RGB236239220-
CMYK0.0100.080.06
HSL69.47º37.25%90%-
HSV(B)69.47º7.95%93.73%-
XYZ78.3884.7379.93-
YUV235.94119.01128.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=33.96%
G=34.39%
B=31.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392200.0100.080.0669.4737.2590
HexECEFDC108645255a
Octal3543573341010610545132
Binary11101100111011111101110010100011010001011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFDC; }

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

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

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

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

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

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

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

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